diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-28 01:34:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-28 01:34:20 +0300 |
commit | caedc50c092f6f1441088c18ee4ec4ae024f005e (patch) | |
tree | 7dec9a29607afdd67f1312e7d954a02bdee54808 /tools/ci/jobs/gcc5.sh | |
parent | 7f261149dabd21a132ba6be7170cd573c74cb520 (diff) | |
download | evol-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/gcc5.sh')
-rwxr-xr-x | tools/ci/jobs/gcc5.sh | 4 |
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 |