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
dgl
Commits
bcf8e119
Unverified
Commit
bcf8e119
authored
Nov 30, 2018
by
Minjie Wang
Committed by
GitHub
Nov 30, 2018
Browse files
[Bugfix][CI] force download data everything (#208)
* poke ci * poke again * force download data everytime
parent
91141a98
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
Jenkinsfile
Jenkinsfile
+1
-0
No files found.
Jenkinsfile
View file @
bcf8e119
...
@@ -11,6 +11,7 @@ def setup() {
...
@@ -11,6 +11,7 @@ def setup() {
def
build_dgl
()
{
def
build_dgl
()
{
sh
"if [ -d build ]; then rm -rf build; fi; mkdir build"
sh
"if [ -d build ]; then rm -rf build; fi; mkdir build"
sh
"rm -rf _download"
dir
(
"build"
)
{
dir
(
"build"
)
{
sh
"cmake .."
sh
"cmake .."
sh
"make -j4"
sh
"make -j4"
...
...
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