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
e6160f57
Commit
e6160f57
authored
4 years ago
by
anwon
Committed by
famen
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
update ci pipeline to compile on all platforms
update utils
parent
e30e2f7c
No related branches found
Branches containing commit
No related tags found
1 merge request
!55
Update CI pipeline to compile for all platforms
Pipeline
#20652
passed
3 years ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+44
-69
44 additions, 69 deletions
.gitlab-ci.yml
utils
+1
-1
1 addition, 1 deletion
utils
with
45 additions
and
70 deletions
.gitlab-ci.yml
+
44
−
69
View file @
e6160f57
variables
:
GIT_SUBMODULE_STRATEGY
:
normal
build_and_test-gfortran
:
stage
:
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
:
-
dtu_we_controller_64.dll
tags
:
-
CPAV_old_PC
except
:
-
tags
# build_and_test-win32:
# stage:
# build
# script:
# - c:/Anaconda3/envs/pyHawc2/python.exe ci.py win32
# artifacts:
# paths:
# - src/dtu_we_controller/Win32/Release/dtu_we_controller.dll
# - src/dtu_we_controller_bladed/Win32/Release/dtu_we_controller_bladed.dll
# tags:
# - CPAV_old_PC
# except:
# - tags
# build_and_test-x64:
# stage:
# build
# script:
# - c:/Anaconda3/envs/pyHawc2/python.exe ci.py x64
# artifacts:
# paths:
# - src/dtu_we_controller/X64/Release/dtu_we_controller_64.dll
# - src/dtu_we_controller_bladed/X64/Release/dtu_we_controller_bladed_64.dll
# tags:
# - CPAV_old_PC
# except:
# - tags
# build_test_deploy-win32:
# stage:
# build
# script:
# - c:/Anaconda3/envs/pyHawc2/python.exe ci.py win32 push
# tags:
# - CPAV_old_PC
# only:
# - tags
# build_test_deploy-x64:
# stage:
# build
# script:
# - c:/Anaconda3/envs/pyHawc2/python.exe ci.py x64 push
# tags:
# - CPAV_old_PC
# only:
# - tags
\ No newline at end of file
build_x86
:
image
:
openlac_build_winserv1809:intel2021.1_x86
stage
:
build
script
:
-
mkdir build ; cd build
-
cmake .. -GNinja -DCMAKE_BUILD_TYPE=RELEASE
-
ninja
artifacts
:
paths
:
-
build\src\*\*.dll
expire_in
:
30 mins
tags
:
-
vind-pone-ci02
build_x64
:
image
:
openlac_build_winserv1809:intel2021.1
stage
:
build
script
:
-
mkdir build ; cd build
-
cmake .. -GNinja -DCMAKE_BUILD_TYPE=RELEASE
-
ninja
artifacts
:
paths
:
-
build\src\*\*.dll
expire_in
:
30 mins
tags
:
-
vind-pone-ci02
build_ubuntu
:
image
:
openlac_build_ubuntu20.04:intel2021.1
stage
:
build
script
:
-
mkdir build ; cd build
-
cmake .. -DCMAKE_BUILD_TYPE=RELEASE
-
make -j
artifacts
:
paths
:
-
build/src/*/*.so
expire_in
:
30 mins
tags
:
-
ci-ubuntu
\ No newline at end of file
This diff is collapsed.
Click to expand it.
utils
@
5f1e95e3
Compare
3825b311
...
5f1e95e3
Subproject commit
3825b3112353e945fa43eb72de624fbc3bc36091
Subproject commit
5f1e95e3418b3330fbcd53e5384f3b3e75166fdf
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