Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
i0gan authored Oct 1, 2023
1 parent d948f1d commit 5fecce1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macOS-latest]
os: [ubuntu-20.04, macOS-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- name: Building squick third party lib
Expand All @@ -16,6 +16,8 @@ jobs:
cd tools && ./build_third_party.sh
elif [ "${{ matrix.os }}" = "macOS-latest" ]; then
echo "to do"
elif [ "${{ matrix.os }}" = "windows-latest" ]; then
cd tools && ./clone_thirdparty_build.bat
fi
- name: Building squick tools
Expand All @@ -24,6 +26,8 @@ jobs:
cd tools && ./build_sqkctl.sh
elif [ "${{ matrix.os }}" = "macOS-latest" ]; then
echo "to do"
elif [ "${{ matrix.os }}" = "macOS-latest" ]; then
fi
- name: Building squick
Expand Down

0 comments on commit 5fecce1

Please sign in to comment.