Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
ca12dab5
Commit
ca12dab5
authored
Jan 19, 2018
by
Andreas Marek
Browse files
Introduce build_step
parent
e93072cb
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build_test_scripts/build_step.sh
0 → 100755
View file @
ca12dab5
#!/bin/bash
source
/etc/profile.d/modules.sh
set
-ex
source
./build_test_scripts/.ci-env-vars
module list
echo
$1
make
-j
$1
build_test_scripts/run_ci_tests.sh
View file @
ca12dab5
...
...
@@ -97,7 +97,11 @@ else
$batchCommand
--ntasks-per-core
=
1
--ntasks
=
1
--cpus-per-task
=
1
$SRUN_COMMANDLINE_CONFIGURE
./build_test_scripts/configure_step.sh
"
$configureArgs
"
if
[
$?
-ne
0
]
;
then
cat
config.log
&&
exit
1
;
fi
sleep
1
$batchCommand
--ntasks-per-core
=
1
--ntasks
=
1
--cpus-per-task
=
8
$SRUN_COMMANDLINE_BUILD
./build_test_scripts/build_step.sh
$makeTasks
if
[
$?
-ne
0
]
;
then
cat
config.log
&&
exit
1
;
fi
sleep
1
else
#eval ./configure $configureArgs
./build_test_scripts/configure_step.sh
"
$configureArgs
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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