.
This commit is contained in:
37
.github/workflows/build.yaml
vendored
37
.github/workflows/build.yaml
vendored
@ -25,6 +25,24 @@ 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
|
||||
|
||||
macos:
|
||||
runs-on: '${{ matrix.os }}'
|
||||
strategy:
|
||||
@ -42,23 +60,4 @@ jobs:
|
||||
- run: make
|
||||
- run: sysctl -n machdep.cpu.brand_string
|
||||
- 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
|
||||
update: true
|
||||
- run: git submodule update --init --recursive
|
||||
- run: make
|
||||
- run: ./icapp ZIPF
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user