Skip to content

Commit

Permalink
Documentation has been updated
Browse files Browse the repository at this point in the history
  • Loading branch information
leventkaragol committed May 18, 2024
1 parent 52da440 commit ab00785
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ jobs:
ln -s /opt/vcpkg/vcpkg /usr/local/bin/vcpkg
- name: Clone project repository
run: |
git clone https://github.com/leventkaragol/libcpp-http-client.git /root/libcpp-http-client
git clone https://github.com/leventkaragol/libcpp-crypto.git /root/libcpp-crypto
- name: Run cmake with vcpkg toolchain
run: |
cd /root/libcpp-http-client
cd /root/libcpp-crypto
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/opt/vcpkg/scripts/buildsystems/vcpkg.cmake
- name: Build the project
run: |
cd /root/libcpp-http-client
cd /root/libcpp-crypto
cmake --build build --config Release
- name: Run tests
run: |
cd /root/libcpp-http-client
cd /root/libcpp-crypto
./build/test/test
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
- name: Run tests
run: |
& "D:\a\libcpp-http-client\libcpp-http-client\build\test\Release\test.exe"
& "D:\a\libcpp-crypto\libcpp-crypto\build\test\Release\test.exe"

0 comments on commit ab00785

Please sign in to comment.