mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-08-15 23:57:47 +00:00
-21
@@ -1,21 +0,0 @@
|
||||
name: CI
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Get dependencies
|
||||
run: |
|
||||
sudo apt update -qq
|
||||
sudo apt install -y gcc make python3
|
||||
- name: Build package and test
|
||||
run: |
|
||||
sudo make install
|
||||
sudo ldconfig
|
||||
make test
|
||||
make ci | grep RESPONSE
|
||||
Reference in New Issue
Block a user