Skip to content

Enable NEON code on more compilers. #11

Enable NEON code on more compilers.

Enable NEON code on more compilers. #11

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
Build:
name: ${{ matrix.platform.name }}
runs-on: ${{ matrix.platform.os }}
strategy:
matrix:
platform:
- { name: Linux, os: ubuntu-20.04, flags: -GNinja }
#- { name: Windows, os: windows-latest }
#- { name: MacOS, os: macos-latest }
steps:
- name: Setup Linux dependencies
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install libsdl1.2-dev libtheora-dev libvorbis-dev
- name: Get theoraplay sources
uses: actions/checkout@v3
- name: Build
run: ./test/maketest.sh