-
- Downloads
There was an error fetching the commit references. Please try again later.
Refactor CI config and add Windows support
This splits up the CI configuration into separate files, and adds support for running the tests and releases on Windows. Tests are no longer run on Rust nightly, as this does not add any value to the test suite (any more).
Showing
- .gitlab-ci.yml 8 additions, 265 deletions.gitlab-ci.yml
- .gitlab/ci/lints.yml 49 additions, 0 deletions.gitlab/ci/lints.yml
- .gitlab/ci/linux.yml 61 additions, 0 deletions.gitlab/ci/linux.yml
- .gitlab/ci/macos.yml 69 additions, 0 deletions.gitlab/ci/macos.yml
- .gitlab/ci/releases.yml 16 additions, 0 deletions.gitlab/ci/releases.yml
- .gitlab/ci/windows.yml 70 additions, 0 deletions.gitlab/ci/windows.yml
- appveyor.yml 0 additions, 47 deletionsappveyor.yml
- scripts/appveyor.sh 0 additions, 18 deletionsscripts/appveyor.sh
.gitlab/ci/lints.yml
0 → 100644
.gitlab/ci/linux.yml
0 → 100644
.gitlab/ci/macos.yml
0 → 100644
.gitlab/ci/releases.yml
0 → 100644
.gitlab/ci/windows.yml
0 → 100644
appveyor.yml
deleted
100644 → 0
scripts/appveyor.sh
deleted
100644 → 0
Please register or sign in to comment