Add win32 build to CI

This commit is contained in:
Anthony 2024-03-10 22:49:14 +01:00
parent 86337466c8
commit 19c77fac96

View file

@ -6,7 +6,7 @@ on:
branches:
- main
jobs:
build_win:
build_linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
@ -14,10 +14,10 @@ jobs:
submodules: recursive
- name: Install packages
run : |
sudo apt-get update -qq
sudo apt-get install build-essential
sudo apt-get install cmake
sudo apt install mesa-common-dev libgl1-mesa-dev libgles2-mesa-dev
sudo apt-get update -qq
sudo apt-get install build-essential
sudo apt-get install cmake
sudo apt install mesa-common-dev libgl1-mesa-dev libgles2-mesa-dev
- name: build
working-directory: ./story-editor
run : |
@ -30,4 +30,17 @@ jobs:
run : |
make package
ls
build_win32:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install packages
run : |
sudo apt-get update -qq
sudo apt-get install docker.io
- name: build
working-directory: ./story-editor
run : |
./build_win32.sh