File tree 4 files changed +2
-7
lines changed
4 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,6 @@ branches:
6
6
only :
7
7
- master
8
8
9
- environment :
10
- BOOST_ROOT : C:\Libraries\boost_1_73_0
11
-
12
9
install :
13
10
- git submodule update --init --recursive
14
11
Original file line number Diff line number Diff line change 37
37
with :
38
38
submodules : recursive
39
39
- name : Install dependencies
40
- run : brew install sdl2 sdl2_mixer boost llvm@8
40
+ run : brew install sdl2 sdl2_mixer llvm@8
41
41
- name : Run CMake
42
42
run : |
43
43
export rigel_llvm_path=`brew --prefix llvm@8`;
Original file line number Diff line number Diff line change 79
79
with :
80
80
submodules : recursive
81
81
- name : Install dependencies
82
- run : brew install sdl2 sdl2_mixer boost
82
+ run : brew install sdl2 sdl2_mixer
83
83
- name : Run CMake (debug)
84
84
run : cmake -H. -Bbuild_dbg -DCMAKE_BUILD_TYPE=Debug -DWARNINGS_AS_ERRORS=ON -DBUILD_TESTS=ON
85
85
- name : Run CMake (release)
Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ apt-get update && \
6
6
DEBIAN_FRONTEND=" noninteractive" apt-get install --no-install-recommends -y \
7
7
cmake \
8
8
g++-8 \
9
- libboost-dev \
10
- libboost-program-options-dev \
11
9
libsdl2-dev \
12
10
libsdl2-mixer-dev \
13
11
make
You can’t perform that action at this time.
0 commit comments