diff options
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 703a123..fc1364d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,6 +33,7 @@ stages: - ./configure --disable-opengl --prefix=/mxe/usr/bin/ --host=i686-w64-mingw32.shared --without-x --enable-nls LIBS="-lintl" # - ./configure --build=i686 --host=${CROSS} --target=i686 --disable-dependency-tracking || exit 1 - make all + - ls --recursive -lha artifacts: paths: - "freedroid/build_mingw32/build" |