mirror of
https://github.com/Telecominfraproject/oopt-goldstone.git
synced 2026-01-27 10:21:55 +00:00
18 lines
362 B
YAML
18 lines
362 B
YAML
name: ci
|
|
|
|
on:
|
|
pull_request:
|
|
branches:
|
|
- master
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: crazy-max/ghaction-docker-buildx@v1
|
|
with:
|
|
version: latest
|
|
- uses: actions/checkout@v2
|
|
- run: git submodule update --init
|
|
- run: make builder
|
|
- run: make docker
|