misc updates for ipblc #6
@ -10,6 +10,7 @@ platform:
|
||||
steps:
|
||||
- name: test and build
|
||||
image: rust:1
|
||||
pull: always
|
||||
commands:
|
||||
- apt-get update -y
|
||||
- apt-get install -y libnftnl-dev libmnl-dev
|
||||
@ -26,6 +27,7 @@ steps:
|
||||
- tag
|
||||
- name: release
|
||||
image: rust:1
|
||||
pull: always
|
||||
commands:
|
||||
- apt-get update -y
|
||||
- apt-get install -y libnftnl-dev libmnl-dev
|
||||
@ -75,6 +77,7 @@ platform:
|
||||
steps:
|
||||
- name: test and build
|
||||
image: rust:1
|
||||
pull: always
|
||||
commands:
|
||||
- apt-get update -y
|
||||
- apt-get install -y libnftnl-dev libmnl-dev
|
||||
@ -91,6 +94,7 @@ steps:
|
||||
- tag
|
||||
- name: release
|
||||
image: rust:1
|
||||
pull: always
|
||||
commands:
|
||||
- apt-get update -y
|
||||
- apt-get install -y libnftnl-dev libmnl-dev
|
||||
|
Loading…
Reference in New Issue
Block a user