File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 11name : MinGW Windows static test
22
33on :
4- push :
5- branches : ['*']
6- paths :
7- - ' **'
8- - ' !docs/**'
9- - ' !.github/**'
10- - ' .github/workflows/mingw_static.yml'
11- pull_request :
4+ # push:
5+ # branches: ['*']
6+ # paths:
7+ # - '**'
8+ # - '!docs/**'
9+ # - '!.github/**'
10+ # - '.github/workflows/mingw_static.yml'
11+ # pull_request:
1212 workflow_dispatch :
1313
1414concurrency :
@@ -18,7 +18,7 @@ concurrency:
1818jobs :
1919 build :
2020 name : MinGW batteries-included
21- runs-on : windows-latest
21+ runs-on : windows-2019
2222
2323 defaults :
2424 run :
3030 with :
3131 release : false
3232 cache : true
33- install : >-
34- cmake
33+ # install: >-
34+ # cmake
3535 - name : Configure CMake
3636 run : |
3737 cmake --version
4444 -Dlslgitrevision=${{ github.sha }} \
4545 -Dlslgitbranch=${{ github.ref }} \
4646 -DLSL_OPTIMIZATIONS=OFF \
47- -G Ninja
47+ -G 'MSYS Makefiles'
4848
4949 - name : make
5050 run : cmake --build build --target install --config Release -j --verbose
You can’t perform that action at this time.
0 commit comments