[nostalgia] Update Jenkinsfiles for vcpkg
This commit is contained in:
parent
be1a03c554
commit
3d40b6f99a
4
jenkins/gba/Jenkinsfile
vendored
4
jenkins/gba/Jenkinsfile
vendored
@ -9,9 +9,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Environment') {
|
stage('Environment') {
|
||||||
steps {
|
steps {
|
||||||
sh 'conan profile update settings.compiler.libcxx=libstdc++11 default'
|
sh 'make vcpkg'
|
||||||
sh 'conan remote add -f bincrafters https://api.bintray.com/conan/bincrafters/public-conan'
|
|
||||||
sh 'make conan'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Build Tools Debug') {
|
stage('Build Tools Debug') {
|
||||||
|
3
jenkins/linux/Jenkinsfile
vendored
3
jenkins/linux/Jenkinsfile
vendored
@ -5,8 +5,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Environment') {
|
stage('Environment') {
|
||||||
steps {
|
steps {
|
||||||
sh 'make setup-conan'
|
sh 'make vcpkg'
|
||||||
sh 'make conan'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Build Asan') {
|
stage('Build Asan') {
|
||||||
|
Loading…
Reference in New Issue
Block a user