Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Dec 19, 2023
1 parent eb39a0c commit aecb325
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,23 @@ jobs:
steps:
- name: Install brew dependencies
run: brew install python3 ruby openjdk node php lmdb mcpp
- name: Install test dependencies
run: python3 -m pip install passlib
- name: Checkout repository
uses: actions/checkout@v3
- name: Build
run: make -j3 V=1
- name: Test
run: ./allTests.py --workers=3

# windows-ci:
# runs-on: [windows-latest]
# steps:
# - name: Checkout repository
# uses: actions/checkout@v3
# - name: Build
# run: make -j3 V=1
# - name: Test
# run: ./allTests.py --workers=3
windows-ci:
runs-on: [windows-latest]
steps:
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.1
- name: Checkout repository
uses: actions/checkout@v3
- name: Build
run: msbuild /m ice\msbuild\ice.proj
# - name: Test
# run: ./allTests.py --workers=3

0 comments on commit aecb325

Please sign in to comment.