This should fix the basic build, I'll add proper configure options later
This commit is contained in:
parent
bdc79bbe20
commit
e8383447a8
|
@ -12,12 +12,13 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
submodules: true
|
||||||
|
|
||||||
- uses: msys2/setup-msys2@v2
|
- uses: msys2/setup-msys2@v2
|
||||||
with:
|
with:
|
||||||
msystem: CLANG64
|
msystem: CLANG64
|
||||||
install: >-
|
install: >-
|
||||||
git
|
|
||||||
mingw-w64-clang-x86_64-toolchain
|
mingw-w64-clang-x86_64-toolchain
|
||||||
mingw-w64-clang-x86_64-pkg-config
|
mingw-w64-clang-x86_64-pkg-config
|
||||||
mingw-w64-clang-x86_64-cmake
|
mingw-w64-clang-x86_64-cmake
|
||||||
|
@ -26,8 +27,6 @@ jobs:
|
||||||
mingw-w64-clang-x86_64-sfml
|
mingw-w64-clang-x86_64-sfml
|
||||||
mingw-w64-clang-x86_64-SDL2
|
mingw-w64-clang-x86_64-SDL2
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: >-
|
|
||||||
"C:\Program Files\Git\bin\git.exe" submodule update --init --remote --recursive
|
|
||||||
run: >-
|
run: >-
|
||||||
cmake -B build -G Ninja
|
cmake -B build -G Ninja
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
Loading…
Reference in New Issue