summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusalva Jesusalva <jesusalva@themanaworld.org>2022-07-03 20:21:12 +0000
committerJesusalva Jesusalva <jesusalva@themanaworld.org>2022-07-03 20:21:12 +0000
commit7c607e225f14f86fae8a98e1203169ca09c2ced6 (patch)
tree551a9ca44e09331ddc055212c7e1a82f15b6f165
parent63ec5db474b7ff8175ced3f657b36935e15b72be (diff)
downloadbuildbot-7c607e225f14f86fae8a98e1203169ca09c2ced6.tar.gz
buildbot-7c607e225f14f86fae8a98e1203169ca09c2ced6.tar.bz2
buildbot-7c607e225f14f86fae8a98e1203169ca09c2ced6.tar.xz
buildbot-7c607e225f14f86fae8a98e1203169ca09c2ced6.zip
Do a LS
-rw-r--r--.gitlab-ci.yml1
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"