.
This commit is contained in:
34
.github/workflows/build.yaml
vendored
34
.github/workflows/build.yaml
vendored
@ -25,23 +25,23 @@ jobs:
|
||||
- run: lscpu
|
||||
- run: ./icapp ZIPF
|
||||
|
||||
windows:
|
||||
runs-on: windows-latest
|
||||
defaults:
|
||||
run:
|
||||
shell: msys2 {0}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: 'true'
|
||||
- uses: msys2/setup-msys2@v2
|
||||
with:
|
||||
msystem: MINGW64
|
||||
install: git make mingw-w64-x86_64-gcc
|
||||
update: true
|
||||
- run: git submodule update --init --recursive
|
||||
- run: make
|
||||
- run: ./icapp ZIPF
|
||||
# windows:
|
||||
# runs-on: windows-latest
|
||||
# defaults:
|
||||
# run:
|
||||
# shell: msys2 {0}
|
||||
# steps:
|
||||
# - uses: actions/checkout@v3
|
||||
# with:
|
||||
# submodules: 'true'
|
||||
# - uses: msys2/setup-msys2@v2
|
||||
# with:
|
||||
# msystem: MINGW64
|
||||
# install: git make mingw-w64-x86_64-gcc
|
||||
# update: true
|
||||
# - run: git submodule update --init --recursive
|
||||
# - run: make
|
||||
# - run: ./icapp ZIPF
|
||||
|
||||
macos:
|
||||
runs-on: '${{ matrix.os }}'
|
||||
|
||||
Reference in New Issue
Block a user