This commit is contained in:
x
2023-05-09 19:17:04 +02:00
parent a2cbea8017
commit 95c931f8c8

View File

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