- Feb 06, 2019
-
-
Joseph Weston authored
Also update CI to install qsymm on relevant platforms, and update pytest config to skip kwant.qsymm tests when qsymm is not installed
-
- Feb 04, 2019
-
-
Joseph Weston authored
The UI will show the test failures as warnings (which we can address).
-
- Dec 31, 2018
-
-
Anton Akhmerov authored
-
Anton Akhmerov authored
-
- Dec 06, 2018
-
-
Joseph Weston authored
Sometimes the testing jobs fail because the build artifacts are removed.
-
Joseph Weston authored
Only builds testing images when the relevant dockerfile/conda envs have changed.
-
- Oct 09, 2018
-
-
Joseph Weston authored
Currently we test against 5 environments: Ubuntu LTS, Debian stable, minimum required dependency versions from conda forge, minimum required dependencies without extras (sympy and matplotlib), and latest dependency versions from conda forge.
-
- Aug 22, 2018
-
-
Anton Akhmerov authored
-
- Aug 14, 2018
-
-
-
Christoph Groth authored
So it's no longer necessary to provide the REFNAME environment variable. Also the link template string format is now more general to support at least gitlab github and cgit.
-
- Aug 08, 2018
-
-
Joseph Weston authored
Gitlab now has built-in mirroring, so we don't need to have a CI step for this now.
-
- Aug 03, 2018
-
-
Joseph Weston authored
Gitlab now has built-in mirroring, so we don't need to have a CI step for this now.
-
- Jul 05, 2018
-
-
Rafal Skolasinski authored
-
- Mar 12, 2018
-
-
Joseph Weston authored
Closes #171
-
- Feb 26, 2018
-
-
Joseph Weston authored
-
- Jan 11, 2018
-
-
Bas Nijholt authored
-
- Dec 08, 2017
-
-
Joseph Weston authored
-
- Sep 12, 2017
-
-
Joseph Weston authored
-
Joseph Weston authored
sympy is installed in the Kwant testing image now.
-
- Jun 23, 2017
-
-
Pablo Piskunow authored
-
- Jun 19, 2017
-
-
Joseph Weston authored
-
- Apr 18, 2017
-
-
- Mar 28, 2017
-
-
Joseph Weston authored
We build conda packages on 'master' (on all forks) by default. Builds for branches may be triggered manually.
-
Joseph Weston authored
Conda forge removes support for Python 3.4. If anyone is using conda then they can easily upgrade to newer Python in any case.
-
- Mar 24, 2017
-
-
Joseph Weston authored
Previously we used 'ssh-keyscan' on every upload, so derived no security from host key checking. 'ssh-keyscan' caused the CI server's IP to be blacklisted, so now we just ignore the host key entirely. We never send private information, so this is fine.
-
- Mar 23, 2017
-
-
Joseph Weston authored
We previously restricted conda package uploading to master branch on the main Kwant repository, as otherwise this step would fail for forked repositories without a valid anaconda key. Now we build the conda packages and upload to anaconda in two separate jobs, and the upload job is only run on the main Kwant repository.
-
- Mar 08, 2017
-
-
Joseph Weston authored
-
- Feb 24, 2017
-
-
Rafal Skolasinski authored
-
- Jan 31, 2017
-
-
Bas Nijholt authored
-
- Jan 05, 2017
-
-
Anton Akhmerov authored
-
Anton Akhmerov authored
-
Anton Akhmerov authored
-
- Jan 04, 2017
-
-
Christoph Groth authored
Without this measure, a failed check is no longer detected. This seems to be a bug in gitlab CI.
-
- Dec 31, 2016
-
-
Anton Akhmerov authored
-
- Dec 02, 2016
-
-
Christoph Groth authored
-
- Nov 03, 2016
-
-
Joseph Weston authored
-
- Oct 25, 2016
-
-
Christoph Groth authored
The CYTHON_TRACE macro can be now set in the build.conf file.
-
- Aug 30, 2016
-
-
Anton Akhmerov authored
-
Anton Akhmerov authored
Summary of changes: * Add a test for trailing whitespace, remove all trailling whitespace * Add a test for broken URLs in docs, fix all broken URLs and permanent redirects * Switch sphinx doc build to strict (warnings to errors) and nitpicky (broken links to warnings). Fix all sphinx warnings. * Deploy docs from any commit to [kwant/kwant](https://gitlab.kwant-project.org/kwant/kwant) to https://test.kwant-project.org/doc/dev * Deploy docs from any commit to master at kwant/kwant to https://kwant-project.org/doc/dev * Deploy docs from any tag release tag (so anything that is vX.Y.Z) at kwant/kwant to https://kwant-project.org/doc/X.Y
-
- Aug 04, 2016
-
-
Joseph Weston authored
-