Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Commits
fa4924bc
Commit
fa4924bc
authored
1 month ago
by
Alam Ed Arias
Browse files
Options
Downloads
Patches
Plain Diff
GitLab CI: MacOS build does not use vcpkg
parent
db7508f7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab/ci/jobs/macos-x86_64.yml
+1
-59
1 addition, 59 deletions
.gitlab/ci/jobs/macos-x86_64.yml
with
1 addition
and
59 deletions
.gitlab/ci/jobs/macos-x86_64.yml
+
1
−
59
View file @
fa4924bc
osxcross x86_64
:
extends
:
.srb2ci
stage
:
build
cache
:
-
key
:
ccache-$CI_JOB_NAME_SLUG-$CI_COMMIT_REF_SLUG
fallback_keys
:
-
ccache-$CI_JOB_NAME_SLUG-$CI_DEFAULT_BRANCH
-
ccache-$CI_JOB_NAME_SLUG-master
paths
:
-
build/ccache
-
build/ccache_statslog
-
key
:
apt-$CI_JOB_IMAGE
paths
:
-
build/apt-cache
unprotect
:
true
-
key
:
vcpkg-root
paths
:
-
build/vcpkg-root
unprotect
:
true
-
key
:
vcpkg-binary-cache-x64-osx
paths
:
-
build/vcpkg-binary-cache
unprotect
:
true
stage
:
osxcross
artifacts
:
paths
:
-
"
build.x86_64/bin/"
-
"
build.x86_64/dist/x86_64.h"
-
"
build.x86_64/src/config.h"
expose_as
:
"
Mac
x86_64"
name
:
"
$CI_PROJECT_PATH_SLUG-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA-x86_64-apple-darwin21.4"
variables
:
...
...
@@ -40,27 +15,6 @@ osxcross x86_64:
LD
:
x86_64-apple-darwin21.4-ld
script
:
-
|
# vcpkg
echo -e "\e[0Ksection_start:`date +%s`:vcpkg-root[collapsed=true]\r\e[0KUpdating vcpkg"
if [ -d "build/vcpkg-root" ]; then
pushd build/vcpkg-root
git fetch https://github.com/Microsoft/vcpkg master
git reset --hard FETCH_HEAD
popd
else
mkdir -p build
git clone https://github.com/Microsoft/vcpkg build/vcpkg-root
fi
export VCPKG_ROOT=$(pwd)/build/vcpkg-root
export VCPKG_BINARY_SOURCES="clear;files,$(pwd)/build/vcpkg-binary-cache,readwrite"
mkdir -p "build/vcpkg-binary-cache"
echo -e "\e[0Ksection_end:`date +%s`:vcpkg-root\r\e[0K"
-
-
|
# apt_development
echo -e "\e[0Ksection_start:`date +%s`:macports_development[collapsed=true]\r\e[0KInstalling development packages"
...
...
@@ -105,18 +59,6 @@ osxcross x86_64:
# apt_clean
echo -e "\e[0Ksection_end:`date +%s`:apt_clean\r\e[0K"
-
-
|
# vcpkg_clean
echo -e "\e[0Ksection_start:`date +%s`:vcpkg_clean[collapsed=true]\r\e[0KCleaning vcpkg-root"
if [ -d "build/vcpkg-root" ]; then
pushd "build/vcpkg-root"
git clean
popd
fi
echo -e "\e[0Ksection_end:`date +%s`:vcpkg_clean\r\e[0K"
-
-
|
# ccache_stats
echo -e "\e[0Ksection_start:`date +%s`:ccache_stats[collapsed=true]\r\e[0Kccache statistics:"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment