mirror of
https://github.com/Telecominfraproject/oopt-goldstone.git
synced 2025-10-30 01:32:22 +00:00
17
.github/workflows/ci.yml
vendored
Normal file
17
.github/workflows/ci.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
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
|
||||
2
Makefile
2
Makefile
@@ -68,7 +68,7 @@ builder:
|
||||
cd docker/images/builder && docker build -t $(GOLDSTONE_BUILDER_IMAGE) .
|
||||
|
||||
docker: docker-check
|
||||
$(ONL)/docker/tools/onlbuilder $(BUILDER_OPTS) $(VOLUMES_OPTS) -c tools/autobuild/build.sh -b HEAD
|
||||
$(ONL)/docker/tools/onlbuilder $(BUILDER_OPTS) --non-interactive $(VOLUMES_OPTS) -c tools/autobuild/build.sh -b HEAD
|
||||
|
||||
versions:
|
||||
$(ONL)/tools/make-versions.py --import-file=$(X1)/tools/x1vi --class-name=OnlVersionImplementation --output-dir $(X1)/make/versions --force
|
||||
|
||||
2
sm/ONL
2
sm/ONL
Submodule sm/ONL updated: dfe880d469...02f3f73744
Reference in New Issue
Block a user