Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Commit

Permalink
gitlab-ci: add
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Jul 25, 2018
1 parent 1ec6276 commit 56b941b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitlab-ci.yml
@@ -0,0 +1,10 @@
conda:
stage: deploy
image: continuumio/miniconda3:latest
tags:
- docker
script:
- conda install -n base conda-build conda-verify anaconda-client
- conda config --set anaconda_upload yes
- conda list
- conda build -c quartiq -c m-labs -c conda-forge conda

0 comments on commit 56b941b

Please sign in to comment.