Commit Graph

18 Commits

Author SHA1 Message Date
Michael Sproul
8c5964a758
ci: run EF tests that require fake crypto 2019-06-17 17:22:37 +10:00
Luke Anderson
8de7706500
Moved submodule config.
- Made it so that the gitlab submodule config is per job, so that the cargo-fmt job does not pull all the ef_tests.
2019-06-17 15:26:00 +10:00
Luke Anderson
ac67498351
Tell gitlab to fetch submodules
- Add flag to GitLab config file that fetches the top-level submodules only, the 'normal' strategy.
2019-06-17 15:25:43 +10:00
Luke Anderson
007b56bf27
Removed 'target' from caches, as recommended by https://levans.fr/rust_travis_cache.html. Hopefully this shows significant build speed improvements. 2019-05-08 12:24:26 +10:00
Luke Anderson
47f8cfdb25
Removed 'gitlab-docs' from the docs build stage, since that was just used for testing. 2019-05-08 11:28:35 +10:00
Luke Anderson
a6a7f5de92
Apparently the 'no-progress' flag is not in the installed aws-cli version, so it must be removed from the aws s3 sync command. 2019-05-08 01:20:55 +10:00
Luke Anderson
699e95cc67
Added 'delete' and 'no-progress' flags to S3 docs sync. 2019-05-08 00:55:02 +10:00
Luke Anderson
aa1342fcbb
Renamed doc stage and excluded the '.lock' file which was causing an S3 sync return error code, failing the build. 2019-05-08 00:52:22 +10:00
Luke Anderson
190bf682db
Updated the gitlab config to generate docs and update them on S3. Will remove the 'gitlab-docs' line in a later commit. 2019-05-08 00:03:36 +10:00
Luke Anderson
e0efe2d672
Included a command to build the protobuf service files, before doing the cargo fmt check. 2019-05-07 14:24:46 +10:00
Luke Anderson
0d5c3f3643
Fixed variables command in gitlab.yml 2019-05-07 13:46:02 +10:00
Luke Anderson
e72e7d2fd6
Moved the CARGO_HOME enviornment variable, in an attempt to get cargo packages to cache properly. 2019-05-07 13:44:35 +10:00
Luke Anderson
1354942290
Removed old build commands from gitlab config. 2019-05-06 22:11:47 +10:00
Luke Anderson
9f88892fae
Moved all the pre-build stuff to a new public docker image. 2019-05-06 20:49:25 +10:00
Luke Anderson
dc8e879eda
Moved the GitLab format check up in priority. 2019-05-06 19:47:41 +10:00
Luke Anderson
1276a2812e
Included new jobs in the gitlab test stage, to get testing to run in parallel. 2019-05-06 19:45:30 +10:00
Luke Anderson
3b1d8fbab8
Added a line to the GitLab config which installs protobuf before compiling lighthouse. 2019-05-06 19:17:03 +10:00
Luke Anderson
2a3db4ec7b
Added a first attempt at a gitlab-ci.yml file. 2019-05-02 15:15:16 +10:00