mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-28 03:11:34 +00:00
Let's try building everything, see how far we get
This commit is contained in:
parent
0d2bd31f8b
commit
4ddb2feebb
2 changed files with 6 additions and 3 deletions
|
@ -573,6 +573,9 @@ else
|
||||||
add_cmake_opts -DBUILD_OPENCS=no \
|
add_cmake_opts -DBUILD_OPENCS=no \
|
||||||
-DBUILD_OPENMW=no
|
-DBUILD_OPENMW=no
|
||||||
;;
|
;;
|
||||||
|
* )
|
||||||
|
echo " Building everything."
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -10,12 +10,12 @@ platform:
|
||||||
|
|
||||||
configuration: Debug
|
configuration: Debug
|
||||||
|
|
||||||
environment:
|
#environment:
|
||||||
matrix:
|
# matrix:
|
||||||
# - STEP: misc
|
# - STEP: misc
|
||||||
# - STEP: components # misc builds this too
|
# - STEP: components # misc builds this too
|
||||||
# Build takes too long for these, ignore for now
|
# Build takes too long for these, ignore for now
|
||||||
- STEP: openmw
|
# - STEP: openmw
|
||||||
# - STEP: opencs
|
# - STEP: opencs
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in a new issue