Skip to content

Commit

Permalink
Merge branch 'v1.5.0-release'
Browse files Browse the repository at this point in the history
  • Loading branch information
bam241 committed Dec 13, 2016
2 parents 569753f + 830efd0 commit 39bf0f5
Show file tree
Hide file tree
Showing 39 changed files with 255 additions and 2,957 deletions.
146 changes: 0 additions & 146 deletions CMakeLists.txt

This file was deleted.

1 change: 0 additions & 1 deletion Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Then build and install:
.. code-block:: bash
$ cd cymetric
$ python setup.py install --user
$ python setup.py install
Next, run the tests to ensure everything is working properly:

Expand Down
18 changes: 14 additions & 4 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ machine:

dependencies:
override:
# build cymetric:latest docker container
- docker/cymetric-ci/build_dockerfile_cymetric.sh latest
- docker build -t cyclus/cymetric:latest .

test:
Expand All @@ -14,17 +16,25 @@ deployment:
develop:
branch: develop
commands:
- docker build -t cyclus/cymetric-deps:latest docker/cymetric-deps
- docker build -t cyclus/cymetric:latest .
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
#build cymetric-deps:latest docker container and push it
- docker/cymetric-deps/build_dockerfile_deps.sh latest
- docker build -t cyclus/cymetric-deps:latest .
- docker push cyclus/cymetric-deps:latest
#build cymetric:latest docker container and push it
- docker/cymetric-ci/build_dockerfile_cymetric.sh latest
- docker build -t cyclus/cymetric:latest .
- docker push cyclus/cymetric:latest

master:
branch: master
commands:
- docker build -t cyclus/cymetric-deps:stable docker/cymetric-deps
- docker build -t cyclus/cymetric:stable .
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
#build cymetric-deps:stable docker container and push it
- docker/cymetric-deps/build_dockerfile_deps.sh stable
- docker build -t cyclus/cymetric-deps:stable .
- docker push cyclus/cymetric-deps:stable
#build cymetric-ci:stable docker container and push it
- docker/cymetric-ci/build_dockerfile_cymetric.sh stable
- docker build -t cyclus/cymetric:stable .
- docker push cyclus/cymetric:stable
24 changes: 0 additions & 24 deletions cmake/CymetricMacros.cmake

This file was deleted.

143 changes: 0 additions & 143 deletions cmake/FindCyclus.cmake

This file was deleted.

Loading

0 comments on commit 39bf0f5

Please sign in to comment.