aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2022-11-19 21:41:33 +0100
committerAndre Weissflog <floooh@gmail.com>2022-11-19 21:41:33 +0100
commit56884e76a1503bcd83177f28d70a5aeb0f8a68a3 (patch)
treee89b842ba289299c7d0ade70d9c1607002499be2 /.github
parent887d9e10e278cf2069dbeebb9ece4b81a83eada9 (diff)
fix Linux tests
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml25
1 files changed, 12 insertions, 13 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 6c2b40f7..87b339a6 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -27,19 +27,18 @@ jobs:
- name: test_ios
run: |
./tests/test_ios.sh
- #linux:
- # runs-on: ubuntu-latest
- # steps:
- # - uses: actions/checkout@v2
- # - uses: seanmiddleditch/gha-setup-ninja@master
- # - name: prepare
- # run: |
- # sudo apt-get update
- # sudo apt-get install libgl1-mesa-dev libegl1-mesa-dev mesa-common-dev xorg-dev libasound-dev
- # - name: test_linux
- # run: |
- # cd tests
- # ./test_linux.sh
+ linux:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2
+ - uses: seanmiddleditch/gha-setup-ninja@master
+ - name: prepare
+ run: |
+ sudo apt-get update
+ sudo apt-get install libgl1-mesa-dev libegl1-mesa-dev mesa-common-dev xorg-dev libasound-dev
+ - name: test_linux
+ run: |
+ ./tests/test_linux.sh
#emscripten:
# runs-on: ubuntu-latest
# steps: