Skip to content

Commit

Permalink
appveyor: "export" the triplet variable in bash
Browse files Browse the repository at this point in the history
  • Loading branch information
trueqbit committed May 19, 2024
1 parent d939493 commit a4d9445
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ for:
git fetch origin tag 2024.04.26 && git checkout 2024.04.26
popd
$HOME/vcpkg/bootstrap-vcpkg.sh -disableMetrics
set VCPKG_DEFAULT_TRIPLET=$platform-linux-$configuration
export VCPKG_DEFAULT_TRIPLET=$platform-linux-$configuration
$HOME/vcpkg/vcpkg integrate install --overlay-triplets=vcpkg/triplets
vcpkg install sqlite3[core,dbstat,math,json1,fts5,soundex] catch2 --overlay-triplets=vcpkg/triplets
before_build:
Expand Down Expand Up @@ -173,7 +173,7 @@ for:
- |-
git clone --depth 1 --branch 2024.04.26 https://github.com/microsoft/vcpkg.git $HOME/vcpkg
$HOME/vcpkg/bootstrap-vcpkg.sh -disableMetrics
set VCPKG_DEFAULT_TRIPLET=$platform-osx-$configuration
export VCPKG_DEFAULT_TRIPLET=$platform-osx-$configuration
$HOME/vcpkg/vcpkg integrate install --overlay-triplets=vcpkg/triplets
vcpkg install sqlite3[core,dbstat,math,json1,fts5,soundex] catch2 --overlay-triplets=vcpkg/triplets
before_build:
Expand Down

0 comments on commit a4d9445

Please sign in to comment.