Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tnl-dev
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor 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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
TNL
tnl-dev
Commits
0b1c97a2
There was an error fetching the commit references. Please try again later.
Commit
0b1c97a2
authored
5 years ago
by
Jakub Klinkovský
Browse files
Options
Downloads
Patches
Plain Diff
Fixed only: specifications in .gitlab-ci.yml to depend on .gitlab-ci.yml too
parent
2c5f7e08
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-0
7 additions, 0 deletions
.gitlab-ci.yml
with
7 additions
and
0 deletions
.gitlab-ci.yml
+
7
−
0
View file @
0b1c97a2
...
@@ -77,6 +77,7 @@ stages:
...
@@ -77,6 +77,7 @@ stages:
-
src/**/*.{h,hpp,cpp,cu}
-
src/**/*.{h,hpp,cpp,cu}
-
Documentation/Tutorials/**/*.{h,hpp,cpp,cu}
-
Documentation/Tutorials/**/*.{h,hpp,cpp,cu}
-
"
**/CMakeLists.txt"
-
"
**/CMakeLists.txt"
-
.gitlab-ci.yml
# Dummy build job to ensure that a pipeline is created for a merge request, even
# Dummy build job to ensure that a pipeline is created for a merge request, even
# when there were no changes.
# when there were no changes.
...
@@ -90,6 +91,7 @@ dummy build job:
...
@@ -90,6 +91,7 @@ dummy build job:
-
src/**/*.{h,hpp,cpp,cu}
-
src/**/*.{h,hpp,cpp,cu}
-
Documentation/Tutorials/**/*.{h,hpp,cpp,cu}
-
Documentation/Tutorials/**/*.{h,hpp,cpp,cu}
-
"
**/CMakeLists.txt"
-
"
**/CMakeLists.txt"
-
.gitlab-ci.yml
# Cuda builds are specified first because they take more time than host-only builds,
# Cuda builds are specified first because they take more time than host-only builds,
# which can be allocated on hosts whitout GPUs.
# which can be allocated on hosts whitout GPUs.
...
@@ -401,6 +403,7 @@ build documentation:
...
@@ -401,6 +403,7 @@ build documentation:
changes
:
changes
:
-
Documentation/**/*
-
Documentation/**/*
-
src/TNL/**/*.{h,hpp}
-
src/TNL/**/*.{h,hpp}
-
.gitlab-ci.yml
script
:
script
:
-
./Documentation/build
-
./Documentation/build
artifacts
:
artifacts
:
...
@@ -412,6 +415,10 @@ build documentation:
...
@@ -412,6 +415,10 @@ build documentation:
deploy documentation
:
deploy documentation
:
stage
:
deploy
stage
:
deploy
only
:
only
:
changes
:
-
Documentation/**/*
-
src/TNL/**/*.{h,hpp}
-
.gitlab-ci.yml
variables
:
variables
:
-
$TNL_DOC_DEPLOY_KEY
-
$TNL_DOC_DEPLOY_KEY
refs
:
refs
:
...
...
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