Skip to content

Build Third-party libraries on Linux (static) #98

Build Third-party libraries on Linux (static)

Build Third-party libraries on Linux (static) #98

# This workflow builds third-party libraries for Ocean on Linux (static)
# Based on : https://github.com/actions/starter-workflows/blob/main/ci/cmake-single-platform.yml
name: Build Third-party libraries on Linux (static)
on:
schedule:
# Execute this workflow:
# Mon-Sun, every 24 hours at 6 am (UTC)
- cron: '0 6 * * *'
# Have the ability to trigger this job manually through the API
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/build_thirdparty_linux_helper.yml
secrets: inherit