Skip to content
Snippets Groups Projects

Fix CI script

Merged Alexander Glazov requested to merge fix_ci into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -62,7 +62,7 @@ function run_make_install () {
run_autotools
echo "Running ./configure $conf_args"
run_configure $conf_args
run_make
# run_make
run_make_install
if [[ ${_RESULT} -eq 0 ]]; then
echo "Basic compile test OK."
Loading