Skip to content

Commit

Permalink
Test windows CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhartnett committed Mar 22, 2024
1 parent 7b8ad05 commit d6c58f6
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
fail-fast: false
matrix:
target:
- os: linux
cpu: amd64
# - os: linux
# cpu: amd64
# - os: linux
# cpu: i386
- os: macos
cpu: amd64
# - os: macos
# cpu: amd64
- os: windows
cpu: amd64
#- os: windows
Expand Down Expand Up @@ -140,6 +140,18 @@ jobs:
7z x -y external/nimbus-deps.zip
cp -a "./${ROCKSDBSUB}/librocksdb.dll" "${DLLPATH}/librocksdb.dll"
- name: Install static dependencies (Windows)
if: >
runner.os == 'Windows'
run: |
pwd
export VCPKG_LIBRARY_LINKAGE=static
echo $VCPKG_LIBRARY_LINKAGE
/vcpkg install rocksdb[core,lz4,zstd]
# mkdir build dir
# copy static deps
- name: Path to cached dependencies (Windows)
if: >
runner.os == 'Windows'
Expand Down

0 comments on commit d6c58f6

Please sign in to comment.