Commit 4b1d4d9 1 parent ac97963 commit 4b1d4d9 Copy full SHA for 4b1d4d9
File tree 1 file changed +11
-3
lines changed
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 39
39
run : |
40
40
chmod a+x ./docker/linux/prepare_pkgs
41
41
./docker/linux/prepare_pkgs
42
+ - name : prepare boost
43
+ run : |
44
+ chmod a+x ./docker/prepare_boost
45
+ ./docker/prepare_boost
42
46
- name : build ffmpeg
43
47
run : |
44
48
chmod a+x ./docker/linux/prepare_ffmpeg
@@ -84,10 +88,14 @@ jobs:
84
88
run : sudo apt-get install cmake meson libsdl2-dev libsdl2-image-dev libsdl2-net-dev libsdl2-mixer-dev libboost-dev libavcodec-dev libavformat-dev libavfilter-dev libswscale-dev zlib1g-dev libvulkan-dev glslang-tools lld
85
89
- name : create build dir
86
90
run : mkdir build
91
+ - name : prepare boost
92
+ run : |
93
+ chmod a+x ./docker/prepare_boost
94
+ sudo ./docker/prepare_boost
87
95
- name : configure
88
- run : cmake .. -G Ninja \
89
- -DCMAKE_BUILD_TYPE=${{matrix.env.build_type}} \
90
- -DOPTION_DEBUG_ASSERT=ON \
96
+ run : cmake .. -G Ninja
97
+ -DCMAKE_BUILD_TYPE=${{matrix.env.build_type}}
98
+ -DOPTION_DEBUG_ASSERT=ON
91
99
${{matrix.env.cmake}}
92
100
working-directory : build
93
101
- name : Scripts check
You can’t perform that action at this time.
0 commit comments