Skip to content

Commit

Permalink
Update ccpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele77 authored Apr 8, 2021
1 parent 2861d8c commit 3094e8e
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,6 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: setup dependencies old boost
run: |
sudo rm -rf /usr/lib/libboost_* /usr/lib/cmake/boost_* /usr/lib/libboost_*
sudo apt-get remove 'libboost-.*'
sudo apt-get -y update
rm -rf tmp && mkdir tmp && cd tmp
wget https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.tar.gz
tar xzvf boost_1_66_0.tar.gz
cd boost_1_66_0
./bootstrap.sh --prefix=/usr/ --with-libraries=test,thread,system,program_options
./b2
sudo ./b2 install
- name: make old boost
run: |
cd examples
make clean
make
- name: cmake old boost
run: |
rm -rf build
mkdir build && cd build
cmake .. -DARICPP_BuildExamples=ON -DCMAKE_CXX_FLAGS="-pedantic -Wall -Wextra -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wdisabled-optimization -Wformat=2 -Winit-self -Wmissing-declarations -Wmissing-include-dirs -Wold-style-cast -Woverloaded-virtual -Wredundant-decls -Wshadow -Wsign-conversion -Wsign-promo -Wstrict-overflow=5 -Wundef -Werror"
make
- name: setup dependencies new boost
run: |
sudo rm -rf /usr/lib/libboost_* /usr/lib/cmake/boost_* /usr/lib/libboost_*
Expand Down

0 comments on commit 3094e8e

Please sign in to comment.