Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libinput
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
90
Issues
90
List
Boards
Labels
Service Desk
Milestones
Merge Requests
10
Merge Requests
10
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
libinput
libinput
Commits
200fd444
Commit
200fd444
authored
Feb 24, 2020
by
Peter Hutterer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitlab CI: pass the MESON_ARGS through to the VM as well
Signed-off-by:
Peter Hutterer
<
peter.hutterer@who-t.net
>
parent
8e2a107d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
.gitlab-ci.yml
.gitlab-ci.yml
+1
-0
.gitlab-ci/gitlab-ci.tmpl
.gitlab-ci/gitlab-ci.tmpl
+1
-0
No files found.
.gitlab-ci.yml
View file @
200fd444
...
...
@@ -519,6 +519,7 @@ freebsd:11.2@container-clean:
-
"
scp
-P
5555
-r
$PWD
localhost:"
-
echo "CI_JOB_ID=\"$CI_JOB_ID\"" > sshenv
-
echo "CI_JOB_NAME=\"$CI_JOB_NAME\"" >> sshenv
-
echo "MESON_ARGS=\"$MESON_ARGS\"" >> sshenv
-
echo "MESON_BUILDDIR=\"$MESON_BUILDDIR\"" >> sshenv
-
echo "MESON_TEST_ARGS=\"$MESON_TEST_ARGS $SUITES\"" >> sshenv
-
echo "NINJA_ARGS=\"$NINJA_ARGS\"" >> sshenv
...
...
.gitlab-ci/gitlab-ci.tmpl
View file @
200fd444
...
...
@@ -408,6 +408,7 @@ freebsd:11.2@container-clean:
-
"
scp
-P
5555
-r
$PWD
localhost:"
-
echo "CI_JOB_ID=\"$CI_JOB_ID\"" > sshenv
-
echo "CI_JOB_NAME=\"$CI_JOB_NAME\"" >> sshenv
-
echo "MESON_ARGS=\"$MESON_ARGS\"" >> sshenv
-
echo "MESON_BUILDDIR=\"$MESON_BUILDDIR\"" >> sshenv
-
echo "MESON_TEST_ARGS=\"$MESON_TEST_ARGS $SUITES\"" >> sshenv
-
echo "NINJA_ARGS=\"$NINJA_ARGS\"" >> sshenv
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment