Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Projects
Groups
Snippets
Sign up now
Login
Sign in / Register
Toggle navigation
Menu
Open sidebar
Whitney Armstrong
NPDet
Commits
26d563fb
Commit
26d563fb
authored
Dec 18, 2017
by
Whitney Armstrong
Browse files
modified: .gitlab-ci.yml
new file: bin/do_build
parent
cae1eb03
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
26d563fb
...
...
@@ -3,21 +3,20 @@ image: whit2333/dd4hep-base:latest
before_script
:
-
pwd
-
ls -lrth /usr/local/bin
-
source /usr/local/bin/thisroot.sh
# Try to compile our sample hello world app
compile
:
image
:
whit2333/dd4hep-base:latest
script
:
-
ps
-
. /usr/local/bin/thisroot.sh
-
. /usr/local/bin/thisdd4hep.sh
-
. /usr/local/bin/geant4.sh
-
mkdir install
-
mkdir build
-
cd build
-
cmake .. -DCMAKE_INSTALL_PREFIX=../install
-
make -j4
-
./bin/do_build
#
- . /usr/local/bin/thisroot.sh
#
- . /usr/local/bin/thisdd4hep.sh
#
- . /usr/local/bin/geant4.sh
#
- mkdir install
#
- mkdir build
#
- cd build
#
- cmake .. -DCMAKE_INSTALL_PREFIX=../install
#
- make -j4
job2
:
script
:
"
ls
-lrth"
bin/do_build
0 → 100755
View file @
26d563fb
#!/bin/bash
ps
source
/usr/local/bin/thisroot.sh
source
/usr/local/bin/thisdd4hep.sh
source
/usr/local/bin/geant4.sh
mkdir install
mkdir
build
cd
build
cmake ..
-DCMAKE_INSTALL_PREFIX
=
../install
make
-j4
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment