This commit is contained in:
x
2023-05-09 19:12:04 +02:00
parent 265a5bea47
commit a2cbea8017

View File

@ -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