Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guido Gunther
librem5-ci
Commits
67840cfa
Commit
67840cfa
authored
Dec 13, 2019
by
Guido Gunther
Browse files
Move check to Makefile
This makes it simpler to run it locally
parent
a0b3dc5c
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
67840cfa
...
...
@@ -5,7 +5,7 @@ job:
-
echo "man-db man-db/auto-update boolean
false
" | debconf-set-selections
-
export DEBIAN_FRONTEND=noninteractive
-
apt-get -y update
-
apt-get -y install python3-yaml
-
apt-get -y install python3-yaml
make
script
:
-
python3 -c 'import yaml; import pprint; c = yaml.load(open("librem5-pipeline-definitions.yml")); pprint.pprint(c)'
-
make check
Makefile
0 → 100644
View file @
67840cfa
check
:
python3
-c
'import yaml; import pprint; c = yaml.load(open("librem5-pipeline-definitions.yml")); pprint.pprint(c)'
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