Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
La Quadrature du Net
ParlementairesJS
Commits
ccdcdac7
Commit
ccdcdac7
authored
Nov 24, 2020
by
Bastien Le Querrec
Browse files
enable CI
parent
cfb9732c
Pipeline
#2782
passed with stage
in 43 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
ccdcdac7
image
:
debian:buster
variables
:
DEBIAN_FRONTEND
:
noninteractive
stages
:
-
build
before_script
:
-
apt-get update
-
apt-get install --no-install-recommends -y make jq python3 python3-dev python3-pip python3-setuptools python3-wheel
-
pip3 install yq
build
:
stage
:
build
script
:
-
make all
-
mkdir -p parlementairesjs-${CI_COMMIT_SHORT_SHA}/
-
cp -L -r icons parlementairesjs-${CI_COMMIT_SHORT_SHA}/
-
cp -L -r json parlementairesjs-${CI_COMMIT_SHORT_SHA}/
-
cp -L -r parlementaires.css parlementairesjs-${CI_COMMIT_SHORT_SHA}/
-
cp -L -r parlementaires.js parlementairesjs-${CI_COMMIT_SHORT_SHA}/
artifacts
:
paths
:
-
parlementairesjs-${CI_COMMIT_SHORT_SHA}/
only
:
-
master
Makefile
View file @
ccdcdac7
...
...
@@ -2,3 +2,5 @@ an:
mkdir
-p
json/
yq
-c
-s
.
data/an/
*
.yml
>
json/an.json
yq
-c
.
data/an.yml
>
json/an-config.json
all
:
an
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