Skip to content

Commit

Permalink
Tweak CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fuhsnn committed Nov 26, 2024
1 parent 486f55a commit 76d26f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_thirdparty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
strategy:
matrix:
include:
- thirdparty: test_curl
- thirdparty: test_git
- thirdparty: test_libpng
- thirdparty: test_openssh
- thirdparty: test_postgres
- thirdparty: test_sqlite
- thirdparty: test_zlib
Expand Down
3 changes: 2 additions & 1 deletion scripts/linux_thirdparty.bash
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ url_tar() {
# tests

test_curl() {
github_tar curl curl curl-8_10_0
github_tar curl curl curl-8_10_1
sed -i 's/^\if(MSVC OR CMAKE_COMPILER_IS_GNUCC OR CMAKE_C_COMPILER_ID MATCHES "Clang")/if (TRUE)/g' tests/CMakeLists.txt
mkdir build && cd "$_"
cmake ../ -DCMAKE_C_FLAGS=-fPIC
make && make test-quiet
Expand Down

0 comments on commit 76d26f1

Please sign in to comment.