Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dtu-10mw-rwt
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
HAWC Reference Models
dtu-10mw-rwt
Commits
6ada91b4
Commit
6ada91b4
authored
4 years ago
by
Jenni Rinker
Browse files
Options
Downloads
Patches
Plain Diff
Finish the job for making 32-bit archive
parent
f91c7226
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#12629
failed
4 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+10
-10
10 additions, 10 deletions
.gitlab-ci.yml
with
10 additions
and
10 deletions
.gitlab-ci.yml
+
10
−
10
View file @
6ada91b4
run
_32bit_
hawc2
:
make
_32bit_
zip
:
script
:
# clone the DLLs and copy them into the control folder
-
git clone https://gitlab.windenergy.dtu.dk/OpenLAC/control-binary/control-win32.git
-
robocopy .\Control-Win32\ .\dtu-10mw-rwt\control\ dtu_we_controller.dll generator_servo.dll mech_brake.dll servo_with_limits.dll towerclearance_mblade.dll
# use python's shutil to make the archive
-
c:/Anaconda3/envs/pyHawc2/python -c "import shutil; shutil.make_archive('dtu-10mw-rwt', 'zip', 'dtu-10mw-rwt')"
# - cd dtu-10mw-rwt
# - git clone https://gitlab.windenergy.dtu.dk/OpenLAC/control-binary/control-win32.git
# - robocopy .\Control-Win32\ .\control\ dtu_we_controller.dll generator_servo.dll mech_brake.dll servo_with_limits.dll towerclearance_mblade.dll
# - cd ..
# - powershell Compress-Archive dtu-10mw-rwt dtu-10mw-rwt.zip
#
# - git clone git@gitlab.windenergy.dtu.dk:HAWC2/hawc2-binary/hawc2-win32.git
# - hawc2-win32/HAWC2MB.exe htc\DTU_10MW_RWT.htc
# - hawc2-win32/HAWC2MB.exe htc\DTU_10MW_RWT_step.htc
artifacts
:
paths
:
-
dtu-10mw-rwt.zip
tags
:
-
CPAV_old
# (later) make the report
# - git clone git@gitlab.windenergy.dtu.dk:HAWC2/hawc2-binary/hawc2-win32.git
# - hawc2-win32/HAWC2MB.exe htc\DTU_10MW_RWT.htc
# - hawc2-win32/HAWC2MB.exe htc\DTU_10MW_RWT_step.htc
\ No newline at end of file
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