mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2026-02-05 01:29:07 +00:00
chore(build): add vendored glew-cmake-2.2.0 library
This commit is contained in:
parent
cf257c771f
commit
dd52d00736
303 changed files with 25236 additions and 1 deletions
22
vendor/glew-cmake-2.2.0/azure-pipelines.yml
vendored
Normal file
22
vendor/glew-cmake-2.2.0/azure-pipelines.yml
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
schedules:
|
||||
- cron: "0 0 * * *"
|
||||
displayName: Daily midnight build
|
||||
branches:
|
||||
include:
|
||||
- master
|
||||
always: true
|
||||
|
||||
jobs:
|
||||
- job: NightlyUpdate
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
container: perlmint/glew-cmake:20190922
|
||||
steps:
|
||||
- checkout: self
|
||||
persistCredentials: true
|
||||
- bash: |
|
||||
export TEST_MODE=false
|
||||
git config --global user.email $GIT_USEREMAIL &&
|
||||
git config --global user.name $GIT_USERNAME &&
|
||||
unset SYSTEM # remove SYSTEM variable set by azure pipeline
|
||||
./glew-cmake/maintain.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue