.
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: lscpu
|
||||||
- run: ./icapp ZIPF
|
- run: ./icapp ZIPF
|
||||||
|
|
||||||
windows:
|
# windows:
|
||||||
runs-on: windows-latest
|
# runs-on: windows-latest
|
||||||
defaults:
|
# defaults:
|
||||||
run:
|
# run:
|
||||||
shell: msys2 {0}
|
# shell: msys2 {0}
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v3
|
# - uses: actions/checkout@v3
|
||||||
with:
|
# with:
|
||||||
submodules: 'true'
|
# submodules: 'true'
|
||||||
- uses: msys2/setup-msys2@v2
|
# - uses: msys2/setup-msys2@v2
|
||||||
with:
|
# with:
|
||||||
msystem: MINGW64
|
# msystem: MINGW64
|
||||||
install: git make mingw-w64-x86_64-gcc
|
# install: git make mingw-w64-x86_64-gcc
|
||||||
update: true
|
# update: true
|
||||||
- run: git submodule update --init --recursive
|
# - run: git submodule update --init --recursive
|
||||||
- run: make
|
# - run: make
|
||||||
- run: ./icapp ZIPF
|
# - run: ./icapp ZIPF
|
||||||
|
|
||||||
macos:
|
macos:
|
||||||
runs-on: '${{ matrix.os }}'
|
runs-on: '${{ matrix.os }}'
|
||||||
|
|||||||
Reference in New Issue
Block a user