Skip to content

Commit

Permalink
v2.4.5-luajit: Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MCJack123 committed Nov 28, 2020
1 parent d3cb0b6 commit d9bbbad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
sudo apt install -y libsdl2-dev libsdl2-mixer-dev libhpdf-dev libpng++-dev libpoco-dev libncurses5-dev
- name: Build CraftOS-PC
run: |
git submodule update --init --recursive
CFLAGS=-Wall ./configure
make
- name: Run CraftOSTest
Expand All @@ -40,6 +41,7 @@ jobs:
sudo apt install -y libsdl2-dev libpoco-dev
- name: Build CraftOS-PC
run: |
git submodule update --init --recursive
CFLAGS=-Wall ./configure --without-ncurses --without-png --without-sdl_mixer --with-html
make
- name: Run CraftOSTest
Expand Down Expand Up @@ -67,6 +69,7 @@ jobs:
cd ..
- name: Build CraftOS-PC
run: |
git submodule update --init --recursive
CFLAGS=-Wall ./configure --with-standalone_rom=craftos2-rom/fs_standalone.cpp
make
- name: Run CraftOSTest
Expand All @@ -93,6 +96,7 @@ jobs:
sudo apt install -y libsdl2-dev libsdl2-mixer-dev libhpdf-dev libpng++-dev libpoco-dev libncurses5-dev
- name: Build CraftOS-PC
run: |
git submodule update --init --recursive
CFLAGS=-Wall ./configure
make
- name: Run CC:T McFly Tests
Expand Down

0 comments on commit d9bbbad

Please sign in to comment.