Update .gitlab-ci.yml file
This commit is contained in:
parent
742f77503b
commit
010dbc0e7a
|
@ -12,7 +12,7 @@ build:
|
|||
stage: build
|
||||
script:
|
||||
# Set the VCPKG_TOOLCHAIN environment variable
|
||||
- vcpkg install freeimage
|
||||
- ls /vcpkg
|
||||
- export VCPKG_TOOLCHAIN=$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake
|
||||
- mkdir -p build
|
||||
- cmake -B build -S . -G Ninja -DCMAKE_TOOLCHAIN_FILE=$VCPKG_TOOLCHAIN
|
||||
|
@ -27,7 +27,6 @@ run_tests:
|
|||
dependencies:
|
||||
- build
|
||||
script:
|
||||
- vcpkg install freeimage
|
||||
- apt-get update && apt-get install -y xvfb
|
||||
- Xvfb :99 -screen 0 1024x768x24 &
|
||||
- sleep 5
|
||||
|
|
Loading…
Reference in New Issue