]> git.jsancho.org Git - lugaru.git/commitdiff
CI: Update inactive CI configurations to match current state
authorNeal Gompa <ngompa13@gmail.com>
Sun, 20 Nov 2016 12:01:20 +0000 (07:01 -0500)
committerNeal Gompa <ngompa13@gmail.com>
Sun, 20 Nov 2016 12:03:48 +0000 (07:03 -0500)
.appveyor.yml
.doozer.json

index 65dd1fcf228f6d61619980ada30701a3644948a5..8e693ad2a49744aeb845aa57c527240f07f10ce0 100644 (file)
@@ -10,15 +10,17 @@ image: Visual Studio 2015
 # enforce the location, since we want predictable cmake things
 clone_folder: c:\projects\osslugaru\lugaru
 
-# Build for 32-bit target only
+# Build for 32-bit and 64-bit
 platform:
   - Win32
+  - Win64
 
 # Prep work (CMake VS project generation)
 before_build:
   - cd c:\projects\osslugaru\lugaru
   - set PATH=C:\Program Files (x86)\MSBuild\14.0\BIN;%PATH%
-  - if %PLATFORM% == Win32 cmake . -DCMAKE_BUILD_TYPE=Debug -DLUGARU_INSTALL_PREFIX=C:\projects\osslugaru\lugaru\msvc32-build -DLUGARU_FORCE_INTERNAL_GLU=True -DLUGARU_FORCE_INTERNAL_JPEG=True -DLUGARU_FORCE_INTERNAL_PNG=True -DLUGARU_FORCE_INTERNAL_VORBIS=True -DLUGARU_FORCE_INTERNAL_ZLIB=True -DLUGARU_FORCE_INTERNAL_OPENAL=True
+  - if %PLATFORM% == Win32 cmake . -DCMAKE_BUILD_TYPE=Debug -DLUGARU_INSTALL_PREFIX=C:\projects\osslugaru\lugaru\msvc32-build
+  - if %PLATFORM% == Win64 cmake . -G "Visual Studio 14 2015 Win64" -DCMAKE_BUILD_TYPE=Debug -DLUGARU_INSTALL_PREFIX=C:\projects\osslugaru\lugaru\msvc64-build
 
 # Tell it what to build
 build:
index 90b0b8835fbe9690de8228e8120ccfe89b60e473..8f1baee2a5453230a68c0daa6fcd1ac3528ff154 100644 (file)
@@ -2,7 +2,7 @@
   "targets": {
     "centos7-x86_64": {
       "buildenv": "centos7-x86_64",
-      "builddeps": ["/usr/bin/cmake3", "pkgconfig(libjpeg)", "pkgconfig(openal)", "pkgconfig(sdl)", "pkgconfig(glu)", "pkgconfig(libpng)", "pkgconfig(zlib)", "pkgconfig(vorbis)", "pkgconfig(vorbisfile)", "pkgconfig(ogg)", "make"],
+      "builddeps": ["/usr/bin/cmake3", "pkgconfig(libjpeg)", "pkgconfig(openal)", "pkgconfig(sdl2)", "pkgconfig(glu)", "pkgconfig(libpng)", "pkgconfig(zlib)", "pkgconfig(vorbis)", "pkgconfig(vorbisfile)", "pkgconfig(ogg)", "make"],
       "buildcmd": ["cmake3 . -DLUGARU_INSTALL_PREFIX=/opt/osslugaru/lugaru/gcc-build", "make -j4"]
     },
     "macosx": {