Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
4858727a
Commit
4858727a
authored
Sep 27, 2016
by
eric pellegrini
Browse files
advances in gitlab-gitflow integration
parent
8c02fc97
Pipeline
#931
failed with stages
in 6 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4858727a
...
...
@@ -90,15 +90,15 @@ build:windows:
tags
:
-
windows
#
test:windows:
#
stage: test
#
script:
#
- c:\cygwin64\bin\bash -c "dos2unix.exe ./BuildServer/Windows/run_tests.sh"
#
- c:\cygwin64\bin\bash -c "chmod a+x ./BuildServer/Windows/run_tests.sh"
#
- c:\cygwin64\bin\bash -c "./BuildServer/Windows/run_tests.sh"
#
allow_failure: false
#
tags:
#
- windows
test:windows:
stage
:
test
script
:
-
c:\cygwin64\bin\bash -c "dos2unix.exe ./BuildServer/Windows/run_tests.sh"
-
c:\cygwin64\bin\bash -c "chmod a+x ./BuildServer/Windows/run_tests.sh"
-
c:\cygwin64\bin\bash -c "./BuildServer/Windows/run_tests.sh"
allow_failure
:
false
tags
:
-
windows
# deploy:windows:
# stage: deploy
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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