File tree Expand file tree Collapse file tree 3 files changed +2
-11
lines changed
Expand file tree Collapse file tree 3 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 2525 # sudo apt-get update
2626 # sudo apt-get install libboost1.74 libboost1.74-dev -y
2727
28- - name : Export boost environment
29- run : " export BOOST_ROOT=$BOOST_ROOT_1_72_0"
30-
3128 - name : build and install library
3229 run : |
33- cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Release
30+ BOOST_ROOT=$BOOST_ROOT_1_72_0 cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Release
3431 sudo cmake --build build --target install
3532 rm -rf build
3633
Original file line number Diff line number Diff line change 2222 # sudo apt-get update
2323 # sudo apt-get install libboost1.74 libboost1.74-dev -y
2424
25- - name : Export boost environment
26- run : " export BOOST_ROOT=$BOOST_ROOT_1_72_0"
27-
2825 - name : configure
2926 run : BOOST_ROOT=$BOOST_ROOT_1_72_0 cmake -Hstandalone -Bbuild
3027
Original file line number Diff line number Diff line change 2626 # sudo apt-get update
2727 # sudo apt-get install libboost1.74 libboost1.74-dev -y
2828
29- - name : Export boost environment
30- run : " export BOOST_ROOT=$BOOST_ROOT_1_72_0"
31-
3229 - name : configure
33- run : cmake -Htest -Bbuild -DENABLE_TEST_COVERAGE=1
30+ run : BOOST_ROOT=$BOOST_ROOT_1_72_0 cmake -Htest -Bbuild -DENABLE_TEST_COVERAGE=1
3431
3532 - name : build
3633 run : cmake --build build --config Debug -j4
You can’t perform that action at this time.
0 commit comments