Skip to content

WIP: macos

WIP: macos #11

Workflow file for this run

name: macos JNI Lib
on:
push:
paths-ignore:
- 'README.md'
- 'CHANGELOG.md'
pull_request:
paths-ignore:
- 'README.md'
- 'CHANGELOG.md'
workflow_dispatch:
inputs:
version:
description: dummy
default: dummy
defaults:
run:
shell: bash
jobs:
build-macos-nightly-artifact:
name: Nightly Artifact macOS Build
runs-on: macos-11
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: build jni lib
run: |
ls -al
id
pwd
./ci_scripts/java_jni_lib_macos.sh
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: libjni_notifications_macos.jnilib
path: libjni_notifications_macos.jnilib
- name: Upload to nightly release
uses: ncipollo/release-action@v1
if: github.ref == 'refs/heads/master'
with:
allowUpdates: true
tag: nightly
omitBodyDuringUpdate: true
omitNameDuringUpdate: true
prerelease: true
replacesArtifacts: true
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: "libjni_notifications_macos.jnilib"
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: test_macos
path: test_macos