Skip to content

ccc fix

ccc fix #18

Workflow file for this run

name: Tarantool OSX testing
on:
push:
branches-ignore:
- '**-notest'
- 'upstream-**'
tags-ignore:
- '**'
jobs:
test-tarantool-osx_debug:
uses: tarantool/tarantool/.github/workflows/osx_debug.yml@fckxorg/WIP-ci-integration-on-purpose-not-in-fork
with:
submodule: luajit
revision: ${{ github.sha }}
test-tarantool-osx_release:
uses: tarantool/tarantool/.github/workflows/osx_release.yml@fckxorg/WIP-ci-integration-on-purpose-not-in-fork
with:
submodule: luajit
revision: ${{ github.sha }}
test-tarantool-osx_release_lto:
uses: tarantool/tarantool/.github/workflows/osx_release_lto.yml@fckxorg/WIP-ci-integration-on-purpose-not-in-fork
with:
submodule: luajit
revision: ${{ github.sha }}
test-tarantool-osx_static_cmake:
uses: tarantool/tarantool/.github/workflows/osx_static_cmake.yml@fckxorg/WIP-ci-integration-on-purpose-not-in-fork
with:
submodule: luajit
revision: ${{ github.sha }}