Skip to content

Commit

Permalink
Merge pull request #8 from oatpp/fix-ci
Browse files Browse the repository at this point in the history
Fix ci
  • Loading branch information
lganzzzo authored Jun 25, 2023
2 parents 060629f + 10cc794 commit 779b8b3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ jobs:
continueOnError: false
pool:
vmImage: 'ubuntu-20.04'
container:
image: lganzzzo/ubuntu-cmake-curl:latest
workspace:
clean: all
steps:
- script: |
sudo apt-get -y install pkg-config
sudo apt-get -y install libcurl4-openssl-dev
displayName: 'Install deps'
- script: |
mkdir build
- script: |
Expand All @@ -22,7 +24,7 @@ jobs:
displayName: 'Checkout - oatpp'
workingDirectory: build
- script: |
cmake ..
cmake -DOATPP_BUILD_TESTS=OFF ..
sudo make install
displayName: 'Build - oatpp'
workingDirectory: build/oatpp/build
Expand Down

0 comments on commit 779b8b3

Please sign in to comment.