Skip to content

Commit

Permalink
Repare cirrus build
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Rudko committed Jan 20, 2025
1 parent 20b9c4e commit ac0e316
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ freebsd_test_task:
image_family: freebsd-14-0
name: cirrus/FreeBSD
install_script: |
pkg install -y cmake git pkgconf bash wx32-gtk3 libssh openssl libnfs neon libarchive samba416 uchardet libxml2
pkg install -y cmake git pkgconf bash wx32-gtk3 libssh openssl libnfs neon libarchive samba416 uchardet libxml2 zip unzip curl tar
git clone https://github.com/microsoft/vcpkg.git
./vcpkg/bootstrap-vcpkg.sh
./vcpkg/vcpkg install aws-sdk-cpp
Expand All @@ -17,12 +17,5 @@ macos_test_task:
macos_instance:
image: ghcr.io/cirruslabs/macos-ventura-xcode:14.2
name: cirrus/MacOS_M1
install_script: |
brew update && brew bundle -v
git clone https://github.com/microsoft/vcpkg.git
./vcpkg/bootstrap-vcpkg.sh
./vcpkg/vcpkg install aws-sdk-cpp
script: |
mkdir build && cd build
cmake -G Ninja .. -DCMAKE_TOOLCHAIN_FILE=../vcpkg/scripts/buildsystems/vcpkg.cmake
ninja -j$(getconf _NPROCESSORS_ONLN) -v
install_script: brew update && brew bundle -v
script: mkdir build && cd build && cmake -G Ninja .. && ninja -j$(getconf _NPROCESSORS_ONLN) -v
2 changes: 2 additions & 0 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ brew "uchardet"
brew "wget"
brew "wxwidgets"
brew "libxml2"
brew "libxml2"
brew "aws-sdk-cpp"

0 comments on commit ac0e316

Please sign in to comment.