Skip to content

mop_seed_latlonz

mop_seed_latlonz #437

Workflow file for this run

name: python3-setup
on: [push]
jobs:
build:
# The CMake configure and build commands are platform agnostic and should work equally
# well on Windows or Mac. You can convert this to a matrix build if you need
# cross-platform coverage.
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
submodules: recursive
- name: Build
working-directory: ${{github.workspace}}
shell: bash
# Execute the build. You can specify a specific target with "--target <NAME>"
run: python setup.py build