Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torchani
Commits
79949c73
Unverified
Commit
79949c73
authored
Jul 22, 2018
by
Gao, Xiang
Committed by
GitHub
Jul 22, 2018
Browse files
switch to yaml (#10)
parent
acdc26ae
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
1 deletion
+16
-1
README.md
README.md
+3
-1
codefresh.yml
codefresh.yml
+13
-0
No files found.
README.md
View file @
79949c73
...
@@ -28,3 +28,5 @@ Never commit to the master branch directly. If you need to change something, cre
...
@@ -28,3 +28,5 @@ Never commit to the master branch directly. If you need to change something, cre
You must pass all the tests on GitHub before your PR can be merged.
You must pass all the tests on GitHub before your PR can be merged.
Code review is required before merging pull request.
Code review is required before merging pull request.
To manually run unit tests, do
`python setup.py test`
\ No newline at end of file
codefresh.yml
0 → 100644
View file @
79949c73
version
:
'
1.0'
steps
:
build-torchani
:
type
:
build
description
:
Build TorchANI
image-name
:
torchani
dockerfile
:
Dockerfile
tag
:
latest
unit-tests
:
image
:
torchani
commands
:
-
cd torchani && python setup.py test
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment