Skip to content

update Yuescript.

update Yuescript. #450

Workflow file for this run

name: iOS
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: macos-latest
if: "!contains(github.event.head_commit.message, '[skip CI]') && !contains(github.event.head_commit.message, '[skip iOS]')"
steps:
- uses: actions/checkout@v2
- name: iOS build
run: |
Tools/tolua++/build.sh
xcodebuild -project Project/iOS/Dorothy.xcodeproj -configuration Debug -target Simulator -arch x86_64 -sdk iphonesimulator