Commit a875e8d2 authored by nanahira's avatar nanahira

macos ocgcore build

parent 13e70c5a
Pipeline #5228 failed with stages
in 13 minutes and 11 seconds
......@@ -89,6 +89,19 @@ ocgcore_linux:
paths:
- Assets/Plugins/Linux
ocgcore_macos:
extends:
- .ocgcore_unix
tags:
- linux
image: git-registry.mycard.moe/mycard/docker-runner-base:buster
variables:
GMAKE_PLATFORM: macos
PLUGIN_PLATFORM: MacOS
artifacts:
paths:
- Assets/Plugins/Linux
# run this job when you need to request a license
# you may need to follow activation steps from documentation
get-activation-file:
......@@ -194,7 +207,8 @@ build-StandaloneLinux64:
build-StandaloneOSX:
extends: .build
dependencies: [] # todo
dependencies:
- ocgcore_macos
image: $IMAGE:$UNITY_VERSION-mac-mono-$IMAGE_VERSION
variables:
BUILD_TARGET: StandaloneOSX
......
......@@ -48,8 +48,8 @@ ifeq ($(config),release)
TARGETDIR = ../../bin/gmake.macos
TARGET = $(TARGETDIR)/liblua.a
OBJDIR = ../../obj/gmake.macos/lua
ALL_CFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) -O3 -fno-strict-aliasing -Wno-format-security $(OSX_FLAGS)
ALL_CXXFLAGS += $(CXXFLAGS) $(ALL_CPPFLAGS) -O3 -fno-strict-aliasing -Wno-format-security $(OSX_FLAGS)
ALL_CFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) -O3 -fno-strict-aliasing -Wno-format-security -x c++ $(OSX_FLAGS)
ALL_CXXFLAGS += $(CXXFLAGS) $(ALL_CPPFLAGS) -O3 -fno-strict-aliasing -Wno-format-security -x c++ $(OSX_FLAGS)
endif
# Per File Configurations
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment