summaryrefslogtreecommitdiff
path: root/tools/ci/jobs
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-28 01:34:20 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-28 01:34:20 +0300
commitcaedc50c092f6f1441088c18ee4ec4ae024f005e (patch)
tree7dec9a29607afdd67f1312e7d954a02bdee54808 /tools/ci/jobs
parent7f261149dabd21a132ba6be7170cd573c74cb520 (diff)
downloadevol-hercules-caedc50c092f6f1441088c18ee4ec4ae024f005e.tar.gz
evol-hercules-caedc50c092f6f1441088c18ee4ec4ae024f005e.tar.bz2
evol-hercules-caedc50c092f6f1441088c18ee4ec4ae024f005e.tar.xz
evol-hercules-caedc50c092f6f1441088c18ee4ec4ae024f005e.zip
Add ls into ci script
Diffstat (limited to 'tools/ci/jobs')
-rwxr-xr-xtools/ci/jobs/gcc5.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/ci/jobs/gcc5.sh b/tools/ci/jobs/gcc5.sh
index dae42ea..36d6bd1 100755
--- a/tools/ci/jobs/gcc5.sh
+++ b/tools/ci/jobs/gcc5.sh
@@ -15,10 +15,12 @@ aptget_install gcc-5 g++-5 \
do_init
clone_servercode
mkdir server-code/src/evol
-cp -r evol-hercules/* server-code/src/evol
+cp -r evol-hercules/* server-code/src/evol/
check_error $?
cd server-code/src/evol
check_error $?
+ls -la
+ls -la ..
run_configure $*
run_make