Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
elpa
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
elpa
elpa
Commits
ca12dab5
Commit
ca12dab5
authored
Jan 19, 2018
by
Andreas Marek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Introduce build_step
parent
e93072cb
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletion
+15
-1
build_test_scripts/build_step.sh
build_test_scripts/build_step.sh
+10
-0
build_test_scripts/run_ci_tests.sh
build_test_scripts/run_ci_tests.sh
+5
-1
No files found.
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
Markdown
is supported
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