Skip to content

Commit

Permalink
migrate CI to github action
Browse files Browse the repository at this point in the history
Signed-off-by: Woojoong Kim <[email protected]>
  • Loading branch information
woojoong88 committed Jun 30, 2024
1 parent 4c3d106 commit a349a04
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@

OAI_ALL_VERSION ?= latest

.PHONY: build

all: build docker-build

build: # @HELP build all OAI code
build: docker-build-oai-all docker-build-oai-ue docker-build-oai-enb docker-build-oai-enb-cu docker-build-oai-enb-du
build:
. oaienv; cd cmake_targets; ./build_oai -c -I --eNB --UE -w USRP -g --build-ric-agent --build-ran-slicing

test:
$(info No tests exist yet)
Expand Down Expand Up @@ -48,7 +51,7 @@ docker-build-oai-enb-du: # @HELP build oai enb du image
-docker rmi $$(docker images -q -f "dangling=true" -f "label=autodelete=true")

docker-build: # @HELP build all Docker images
docker-build: build
docker-build: docker-build-oai-all docker-build-oai-ue docker-build-oai-enb docker-build-oai-enb-cu docker-build-oai-enb-du

docker-push-oai-build-base: # @HELP push oai build base image
docker build . -f docker/oai-build-base/Dockerfile \
Expand Down

0 comments on commit a349a04

Please sign in to comment.