Skip to content

Commit dd3422f

Browse files
committed
Clean up CI config
1 parent 465e27c commit dd3422f

File tree

4 files changed

+2
-7
lines changed

4 files changed

+2
-7
lines changed

.appveyor.yml

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ branches:
66
only:
77
- master
88

9-
environment:
10-
BOOST_ROOT: C:\Libraries\boost_1_73_0
11-
129
install:
1310
- git submodule update --init --recursive
1411

.github/workflows/bundling.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
submodules: recursive
3939
- name: Install dependencies
40-
run: brew install sdl2 sdl2_mixer boost llvm@8
40+
run: brew install sdl2 sdl2_mixer llvm@8
4141
- name: Run CMake
4242
run: |
4343
export rigel_llvm_path=`brew --prefix llvm@8`;

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
submodules: recursive
8181
- name: Install dependencies
82-
run: brew install sdl2 sdl2_mixer boost
82+
run: brew install sdl2 sdl2_mixer
8383
- name: Run CMake (debug)
8484
run: cmake -H. -Bbuild_dbg -DCMAKE_BUILD_TYPE=Debug -DWARNINGS_AS_ERRORS=ON -DBUILD_TESTS=ON
8585
- name: Run CMake (release)

docker/ubuntu-deps.sh

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ apt-get update && \
66
DEBIAN_FRONTEND="noninteractive" apt-get install --no-install-recommends -y \
77
cmake \
88
g++-8 \
9-
libboost-dev \
10-
libboost-program-options-dev \
119
libsdl2-dev \
1210
libsdl2-mixer-dev \
1311
make

0 commit comments

Comments
 (0)