Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fpm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Aerospace and Mechanical Engineering
fpm
Commits
613884ec
Commit
613884ec
authored
4 years ago
by
Adrien Crovato
Browse files
Options
Downloads
Patches
Plain Diff
Update CI. Add msys2 cfg
parent
99d34fbb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1
Version 0.1.0 (setup)
Pipeline
#1915
failed
4 years ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+4
-0
4 additions, 0 deletions
.gitlab-ci.yml
CMake/msys2.cmake
+17
-0
17 additions, 0 deletions
CMake/msys2.cmake
with
21 additions
and
0 deletions
.gitlab-ci.yml
+
4
−
0
View file @
613884ec
...
...
@@ -6,6 +6,10 @@ default:
-
source /opt/intel/mkl/bin/mklvars.sh intel64
-
source /opt/intel/tbb/bin/tbbvars.sh intel64
.global_tag
:
&global_tag_def
tags
:
-
mn2l
stages
:
-
build
-
test
...
...
This diff is collapsed.
Click to expand it.
CMake/msys2.cmake
0 → 100644
+
17
−
0
View file @
613884ec
# Copyright 2020 University of Liège
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# MSYS2 with MinGW (AC)
SET
(
CMAKE_GENERATOR
"MSYS Makefiles"
CACHE INTERNAL
""
FORCE
)
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