diff --git a/.drone.yml b/.drone.yml index d8520fe..c811e39 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,4 +4,9 @@ steps: - name: test image: gcc:latest commands: + - wget https://boostorg.jfrog.io/artifactory/main/release/1.77.0/source/boost_1_77_0.tar.bz2 + - tar --bzip2 -xf boost_1_77_0.tar.bz2 + - cd boost_1_77_0 + - ./bootstrap.sh + - ./b2 install - make \ No newline at end of file