Can't be bothered with tests
This commit is contained in:
parent
628ac6c3aa
commit
0c47167bfb
|
@ -1,25 +0,0 @@
|
|||
stages:
|
||||
- build
|
||||
|
||||
variables:
|
||||
VCPKG_ROOT: "$CI_PROJECT_DIR/vcpkg"
|
||||
VCPKG_DEFAULT_TRIPLET: "x64-windows"
|
||||
|
||||
before_script:
|
||||
# Install dependencies for building with CMake and vcpkg
|
||||
- mkdir -p $VCPKG_ROOT
|
||||
- git clone https://github.com/microsoft/vcpkg.git $VCPKG_ROOT
|
||||
- $VCPKG_ROOT/bootstrap-vcpkg.sh
|
||||
- $VCPKG_ROOT/vcpkg install glew:$VCPKG_DEFAULT_TRIPLET glfw3:$VCPKG_DEFAULT_TRIPLET
|
||||
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- echo "Running build process"
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake .. -DCMAKE_TOOLCHAIN_FILE=$CI_PROJECT_DIR/vcpkg/scripts/buildsystems/vcpkg.cmake
|
||||
- cmake --build .
|
||||
tags:
|
||||
- windows
|
||||
|
Loading…
Reference in New Issue