Skip to content
Snippets Groups Projects
Commit cafdfe43 authored by ¡Cinder! ㊝'s avatar ¡Cinder! ㊝ :speech_balloon:
Browse files

Fix up autobuild for incoming commits

parent 6900648b
No related branches found
No related tags found
No related merge requests found
...@@ -618,11 +618,11 @@ ...@@ -618,11 +618,11 @@
<key>archive</key> <key>archive</key>
<map> <map>
<key>hash</key> <key>hash</key>
<string>37dd116b4b03c554d9e3e06b84f533b1</string> <string>21b0b452b24ca2101bae32dfe0a71693</string>
<key>hash_algorithm</key> <key>hash_algorithm</key>
<string>md5</string> <string>md5</string>
<key>url</key> <key>url</key>
<string>https://depot.alchemyviewer.org/pub/darwin/lib/dullahan-1.1.1085-3.3396.1785.ga27bbfa-darwin-201807241418.tar.bz2</string> <string>https://pkg.dl.alchemyviewer.org/dullahan/dullahan-1.2.201907271512_75.1.14_gc81164e_chromium-75.0.3770.100-darwin-192081912.tar.bz2</string>
</map> </map>
<key>name</key> <key>name</key>
<string>darwin</string> <string>darwin</string>
...@@ -3308,7 +3308,6 @@ ...@@ -3308,7 +3308,6 @@
<array> <array>
<string>-DCMAKE_BUILD_TYPE:STRING=Debug</string> <string>-DCMAKE_BUILD_TYPE:STRING=Debug</string>
<string>-DADDRESS_SIZE:STRING=$AUTOBUILD_ADDRSIZE</string> <string>-DADDRESS_SIZE:STRING=$AUTOBUILD_ADDRSIZE</string>
<string>-DROOT_PROJECT_NAME:STRING=Alchemy</string>
<string>-DINSTALL_PROPRIETARY=FALSE</string> <string>-DINSTALL_PROPRIETARY=FALSE</string>
</array> </array>
</map> </map>
...@@ -3328,7 +3327,6 @@ ...@@ -3328,7 +3327,6 @@
<array> <array>
<string>-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo</string> <string>-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo</string>
<string>-DADDRESS_SIZE:STRING=$AUTOBUILD_ADDRSIZE</string> <string>-DADDRESS_SIZE:STRING=$AUTOBUILD_ADDRSIZE</string>
<string>-DROOT_PROJECT_NAME:STRING=Alchemy</string>
<string>-DINSTALL_PROPRIETARY=TRUE</string> <string>-DINSTALL_PROPRIETARY=TRUE</string>
</array> </array>
</map> </map>
...@@ -3349,7 +3347,6 @@ ...@@ -3349,7 +3347,6 @@
<array> <array>
<string>-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo</string> <string>-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo</string>
<string>-DADDRESS_SIZE:STRING=$AUTOBUILD_ADDRSIZE</string> <string>-DADDRESS_SIZE:STRING=$AUTOBUILD_ADDRSIZE</string>
<string>-DROOT_PROJECT_NAME:STRING=Alchemy</string>
<string>-DINSTALL_PROPRIETARY=FALSE</string> <string>-DINSTALL_PROPRIETARY=FALSE</string>
</array> </array>
</map> </map>
...@@ -3369,7 +3366,6 @@ ...@@ -3369,7 +3366,6 @@
<array> <array>
<string>-DCMAKE_BUILD_TYPE:STRING=Release</string> <string>-DCMAKE_BUILD_TYPE:STRING=Release</string>
<string>-DADDRESS_SIZE:STRING=$AUTOBUILD_ADDRSIZE</string> <string>-DADDRESS_SIZE:STRING=$AUTOBUILD_ADDRSIZE</string>
<string>-DROOT_PROJECT_NAME:STRING=Alchemy</string>
<string>-DINSTALL_PROPRIETARY=TRUE</string> <string>-DINSTALL_PROPRIETARY=TRUE</string>
</array> </array>
</map> </map>
...@@ -3390,7 +3386,6 @@ ...@@ -3390,7 +3386,6 @@
<array> <array>
<string>-DCMAKE_BUILD_TYPE:STRING=Release</string> <string>-DCMAKE_BUILD_TYPE:STRING=Release</string>
<string>-DADDRESS_SIZE:STRING=$AUTOBUILD_ADDRSIZE</string> <string>-DADDRESS_SIZE:STRING=$AUTOBUILD_ADDRSIZE</string>
<string>-DROOT_PROJECT_NAME:STRING=Alchemy</string>
<string>-DINSTALL_PROPRIETARY=FALSE</string> <string>-DINSTALL_PROPRIETARY=FALSE</string>
</array> </array>
</map> </map>
...@@ -3434,7 +3429,6 @@ ...@@ -3434,7 +3429,6 @@
<string>"Unix Makefiles"</string> <string>"Unix Makefiles"</string>
<string>-DCMAKE_BUILD_TYPE:STRING=Release</string> <string>-DCMAKE_BUILD_TYPE:STRING=Release</string>
<string>-DADDRESS_SIZE:STRING=64</string> <string>-DADDRESS_SIZE:STRING=64</string>
<string>-DROOT_PROJECT_NAME:STRING=Alchemy</string>
<string>-DINSTALL_PROPRIETARY=FALSE</string> <string>-DINSTALL_PROPRIETARY=FALSE</string>
</array> </array>
</map> </map>
...@@ -3516,7 +3510,7 @@ ...@@ -3516,7 +3510,7 @@
<key>options</key> <key>options</key>
<array> <array>
<string>-G</string> <string>-G</string>
<string>'Xcode'</string> <string>Xcode</string>
</array> </array>
</map> </map>
<key>default</key> <key>default</key>
...@@ -3541,7 +3535,7 @@ ...@@ -3541,7 +3535,7 @@
<key>options</key> <key>options</key>
<array> <array>
<string>-G</string> <string>-G</string>
<string>'Xcode'</string> <string>Xcode</string>
</array> </array>
</map> </map>
<key>name</key> <key>name</key>
...@@ -3568,7 +3562,7 @@ ...@@ -3568,7 +3562,7 @@
<key>options</key> <key>options</key>
<array> <array>
<string>-G</string> <string>-G</string>
<string>'Xcode'</string> <string>Xcode</string>
</array> </array>
</map> </map>
<key>name</key> <key>name</key>
...@@ -3591,7 +3585,7 @@ ...@@ -3591,7 +3585,7 @@
<key>options</key> <key>options</key>
<array> <array>
<string>-G</string> <string>-G</string>
<string>'Xcode'</string> <string>Xcode</string>
</array> </array>
</map> </map>
<key>name</key> <key>name</key>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment