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
bc224db3
Commit
bc224db3
authored
May 18, 2016
by
Lorenz Huedepohl
Browse files
Add test_project to CI
parent
59d526ef
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
bc224db3
...
...
@@ -977,3 +977,25 @@ distcheck:
-
./autogen.sh
-
./configure --with-mpi=no
-
make distcheck DISTCHECK_CONFIGURE_FLAGS="--with-mpi=no" TEST_FLAGS='1500 50 16'
test_project
:
tags
:
-
cpu
script
:
-
mkdir build
-
pushd build
-
../autogen.sh
-
../configure SCALAPACK_LDFLAGS="$MKL_GFORTRAN_SCALAPACK_LDFLAGS_MPI_NO_OMP" SCALAPACK_FCFLAGS="$MKL_GFORTRAN_SCALAPACK_FCFLAGS_MPI_NO_OMP" FC=mpif90 --prefix=$PWD/installdest
-
make -j
8
-
make install
-
popd
-
mkdir test_project/build
-
pushd test_project/build
-
../autogen.sh
-
../configure PKG_CONFIG_PATH=../../build/installdest/lib64/pkgconfig
-
make -j
8
-
./test_real
-
make distclean
-
popd
-
make distclean
-
rm -rf installdest
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