Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
BasicDTUController
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenLAC
BasicDTUController
Commits
3b64fee5
Commit
3b64fee5
authored
4 years ago
by
Mads M. Pedersen
Committed by
famen
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml for fixing the upload of the compiled artifact
parent
f21279e6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!52
Update .gitlab-ci.yml
Pipeline
#16567
passed
4 years ago
Stage: build
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-1
2 additions, 1 deletion
.gitlab-ci.yml
with
2 additions
and
1 deletion
.gitlab-ci.yml
+
2
−
1
View file @
3b64fee5
...
...
@@ -6,9 +6,10 @@ build_and_test-gfortran:
build
script
:
-
c:/Anaconda3/envs/pyHawc2/python.exe utils\ci\ci_utils.py x64 cmake gfortran
-
copy /y build\src\dtu_we_controller\dtu_we_controller_64.dll dtu_we_controller_64.dll
artifacts
:
paths
:
-
build/
dtu_we_controller_64.dll
-
dtu_we_controller_64.dll
tags
:
-
CPAV_old_PC
except
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment