Skip to content

Freespace windows mac #43

Freespace windows mac

Freespace windows mac #43

Workflow file for this run

name: Build for iOS
on:
push:
tags:
- '*'
jobs:
build:
name: Build & check fula mobile for ios
runs-on: macos-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.19.x"
- name: Go information
run: |
go version
go env
- name: Run tests
run: go test -v -shuffle=on ./mobile
- name: Build the artifact
if: startsWith(github.ref, 'refs/tags/')
run: make fula-xcframework
- name: Release
uses: softprops/action-gh-release@v1
# if: startsWith(github.ref, 'refs/tags/')
with:
files: |
build/cocoapods-bundle.zip
build/cocoapods-bundle.zip.sha256