Skip to content

Commit

Permalink
Merge pull request #3 from uni-tue-kn/CI-Test
Browse files Browse the repository at this point in the history
Controller CI
  • Loading branch information
NE4Y authored Feb 8, 2024
2 parents af3113b + 9fd41ae commit a6f5a50
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Controller build

on:
push:
branches: [ "main", "dev"]
pull_request:
branches: [ "main" ]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Controller CI
run: cd Controller && docker build .
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img src="./logo.png" />
<h2>P4TG: 1 Tb/s Traffic Generation for Ethernet/IP Networks</h2>

![image](https://img.shields.io/badge/licence-Apache%202.0-blue) ![image](https://img.shields.io/badge/lang-rust-darkred) ![image](https://img.shields.io/badge/built%20with-P4-orange) ![image](https://img.shields.io/badge/v-2.1.1-yellow)
![image](https://img.shields.io/badge/licence-Apache%202.0-blue) ![image](https://img.shields.io/badge/lang-rust-darkred) ![image](https://img.shields.io/badge/built%20with-P4-orange) ![image](https://img.shields.io/badge/v-2.1.1-yellow) [![Controller Build](https://github.com/uni-tue-kn/P4TG/actions/workflows/docker-image.yml/badge.svg)](https://github.com/uni-tue-kn/P4TG/actions/workflows/docker-image.yml)

</div>

Expand Down

0 comments on commit a6f5a50

Please sign in to comment.