Skip to content

updated for the new lab build #39

updated for the new lab build

updated for the new lab build #39

Workflow file for this run

name: Windows CI Tests
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: ilammy/msvc-dev-cmd@v1.4.1
- name: install vcpkg
run : |
git clone --depth 1 https://github.com/microsoft/vcpkg $HOME/vcpkg
cd $HOME/vcpkg
bootstrap-vcpkg.bat
- name: Configure
run: |
mkdir build
cd build
cmake -DON_CI=1 -DCMAKE_TOOLCHAIN_FILE="$HOME/vcpkg/scripts/buildsystems/vcpkg.cmake" -DVCPKG_MANIFEST_DIR="..\manifest\" ..
- name: Build
run: |
cd build
cmake --build .
# - name: Test
# run: |
# build\\glm\\Debug\\GLMBoilerPlate.exe
# build\\GTest\\Debug\\GTestBoilerPlate.exe
# #build\\fmt\\Debug\\FMTBoilerPlate.exe
# build\\Bullet\\Debug\\BulletBoilerPlate.exe