Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
calypso
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
John William Spencer
calypso
Commits
6faf6f8c
Commit
6faf6f8c
authored
4 years ago
by
Savannah Rose Shively
Browse files
Options
Downloads
Patches
Plain Diff
gitignore update
parent
505f8d8b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
with
2 additions
and
1 deletion
.gitignore
+
1
−
0
View file @
6faf6f8c
...
@@ -22,3 +22,4 @@
...
@@ -22,3 +22,4 @@
tmp.*
tmp.*
.idea/**
.idea/**
cmake-debug-build/**
cmake-debug-build/**
.vscode/**
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
1
−
1
View file @
6faf6f8c
...
@@ -41,7 +41,7 @@ test_unittest:
...
@@ -41,7 +41,7 @@ test_unittest:
-
yum -y install man
-
yum -y install man
-
cd build
-
cd build
-
set +e && source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh; set -e
-
set +e && source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh; set -e
-
set +e && asetup --input=../../calypso/asetup.faser
master,latest,Athena
; set -e
-
set +e && asetup --input=../../calypso/asetup.faser
Athena,22.0.18
; set -e
-
set +e && source `find . -name 'setup.sh'`; set -e
-
set +e && source `find . -name 'setup.sh'`; set -e
-
ctest -j12
-
ctest -j12
dependencies
:
dependencies
:
...
...
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