Commit Graph

94 Commits

Author SHA1 Message Date
Matej Sima
44ecc0a133 Cleanup before merging 2019-06-06 17:59:03 +02:00
Matej Sima
12d4f5d0b9 Remove unnecessary scripts from webpage build 2019-06-06 17:08:23 +02:00
Matej Sima
c15f950a1a debug ci 2019-06-06 17:03:30 +02:00
Matej Sima
c0cc9c76dc Add updated installation guide, restructure docs 2019-06-06 16:49:47 +02:00
Matej Sima
0e6a3f6721 Update website versioning workflow 2019-06-06 15:45:45 +02:00
Matej Sima
0e82c183ec Update CI config to create & deploy 'next' version of docs 2019-06-05 16:46:00 +02:00
Georges Dupéron
8789004f43 build the remote-repo job only on master 2019-06-01 13:44:08 +02:00
Matej Sima
d83d8a5449 Add only 'master' to docker image deployment job 2019-05-27 18:47:10 +02:00
Matej Sima
c7853aa2d5 Merge branch 'master' of gitlab.com:ligolang/ligo into feature/#1-dockerfile-with-installation-script
# Conflicts:
#	.gitlab-ci.yml
2019-05-27 18:35:52 +02:00
Georges Dupéron
dfa7932fe8 Moved build job for gitlab-pages into the main .gitlab-ci.yml 2019-05-27 18:07:11 +02:00
Matej Sima
81a22846c1 Rename CI stages 2019-05-27 18:00:46 +02:00
Matej Sima
32150e79a5 Bring back non-publishing docker build 2019-05-27 17:46:51 +02:00
Matej Sima
3f4eff7ac7 Remove redundant job dependency on CI 2019-05-27 17:46:28 +02:00
Matej Sima
871fae2bf1 Rename post_script to after_script 2019-05-27 17:46:28 +02:00
Matej Sima
866bf7b552 Remove image caching as artifacts due to size limitations, introduce separate master / feature jobs instead 2019-05-27 17:46:28 +02:00
Matej Sima
76027dea9c Rename CI variables for docker build & deploy 2019-05-27 17:45:44 +02:00
Matej Sima
002a320b4c Change artifact name for built docker image 2019-05-27 17:45:10 +02:00
Matej Sima
a4ee2007d0 Persist docker image as an artifact 2019-05-27 17:45:10 +02:00
Matej Sima
214044942b Remove redundant quotes from docker login CI command 2019-05-27 17:45:10 +02:00
Matej Sima
d423fa8e84 Add 'latest' tag to the built docker image 2019-05-27 17:43:39 +02:00
Matej Sima
f6a3404172 Update CI variable for docker registry url 2019-05-27 17:43:39 +02:00
Matej Sima
f5da4b8a88 Swap CI stages for temporary docker testing 2019-05-27 17:43:39 +02:00
Matej Sima
5feba725cb Refactor docker image structure & CI 2019-05-27 17:43:39 +02:00
Georges Dupéron
f5e17bdefc typo 2019-05-27 12:42:06 +02:00
Georges Dupéron
d444e635ae Fixed path to script that was moved 2019-05-27 12:06:56 +02:00
Georges Dupéron
b3b87543ba Place the local copy of ligo in a -generated folder 2019-05-27 11:57:29 +02:00
Georges Dupéron
44128ee7da update url of ligo opam repository after merging the git repos 2019-05-27 11:57:26 +02:00
Georges Dupéron
8f83e4f97b Merge branch 'feature/#1-dockerfile-with-installation-script' into 'master'
Add a Dockerfile, installer.sh and ligo.sh for easy ligo usage with Docker

Closes #1

See merge request ligolang/ligo!1
2019-05-27 07:59:41 +00:00
Georges Dupéron
a0936d8eb5 Moved repository to ligolang namespace 2019-05-24 11:36:39 +02:00
Matej Sima
a3e9af0e20 Extract before_script into a template that's not used for the docker build job 2019-05-24 00:48:11 +02:00
Matej Sima
c7130e592b Update docker configuration for CI 2019-05-24 00:40:04 +02:00
Matej Sima
98d0d3ef4a Remove the base docker:latest image from CI 2019-05-24 00:28:54 +02:00
Matej Sima
7c747b72e1 Configure docker-in-docker for CI 2019-05-24 00:25:48 +02:00
Matej Sima
c1910629e9 Remove Makefile, Add docker build command to the CI config 2019-05-24 00:13:31 +02:00
Christian Rinderknecht
cc706fc225 Gardening. 2019-05-16 15:28:28 +02:00
Georges Dupéron
8821e6c01e Rewrite local opam repository into a different folder and .gitignore it 2019-05-15 16:45:37 +02:00
Georges Dupéron
834cc8c072 Missing stuff in gitlab-ci 2019-05-15 16:35:46 +02:00
Georges Dupéron
22b331dbed Added tests to build, fixed some unused variables. 2019-05-15 15:17:04 +02:00
Georges Dupéron
5d17ddf4bb gitlab-ci: opam init --bare to make the build faster 2019-05-14 19:52:48 +02:00
Georges Dupéron
b8f80b06f6 debug CI 2019-05-14 18:42:45 +02:00
Georges Dupéron
fadc84f76c gitlab-ci.yml syntax 2019-05-14 18:17:39 +02:00
Georges Dupéron
586d772488 Renamed job, use git submodules in gitlab-ci 2019-05-14 18:16:14 +02:00
Georges Dupéron
60f99b3e9c Moved script to rewrite OPAM repository outside of the .gitlab-ci.yml in ligo repo 2019-05-14 18:05:47 +02:00
Georges Dupéron
c43570a82d Move into src/; add vendors/ subfolder, add CI script. 2019-05-14 17:53:44 +02:00