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
0b04e13b
Commit
0b04e13b
authored
4 years ago
by
Adrien Crovato
Browse files
Options
Downloads
Patches
Plain Diff
Update ci
parent
8e48174d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1
Version 0.1.0 (setup)
Pipeline
#2033
failed
4 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-5
2 additions, 5 deletions
.gitlab-ci.yml
with
2 additions
and
5 deletions
.gitlab-ci.yml
+
2
−
5
View file @
0b04e13b
...
...
@@ -30,9 +30,6 @@ waves:
-
rm waves-master.tar.bz2
-
mv waves-master waves
-
cd waves
-
echo ${GIT_CLONE_PATH}
-
echo ${CI_PROJECT_DIR}/../waves
-
pwd
-
mkdir build
-
cd build
-
cmake -Wno-dev -C ../CMake/disable-trilinos.cmake ..
...
...
@@ -43,7 +40,7 @@ format:
stage
:
build
script
:
-
clang-format --version
# we use clang-format-10 exclusively
-
${
GIT_CLONE_PATH
}/../waves/scripts/format_code.py
-
${
CI_PROJECT_DIR
}/../waves/scripts/format_code.py
-
mkdir -p patches
-
if git diff --patch --exit-code > patches/clang-format.patch; then echo "Clang format changed nothing"; else echo "Clang format found changes to make!";
false
; fi
artifacts
:
...
...
@@ -61,7 +58,7 @@ build:
script
:
-
mkdir build
-
cd build
-
cmake -DCMAKE_PREFIX_PATH=${
GIT_CLONE_PATH
}/../waves -Wno-dev ..
-
cmake -DCMAKE_PREFIX_PATH=${
CI_PROJECT_DIR
}/../waves -Wno-dev ..
-
make -j $(nproc)
artifacts
:
paths
:
...
...
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