Travis CI

This commit is contained in:
Bandie 2018-03-29 05:01:58 +02:00
부모 3b55f715ed
커밋 628a8ef792
로그인 계정: Bandie
GPG 키 ID: C1E133BC65A822DD
4개의 변경된 파일8개의 추가작업 그리고 2개의 파일을 삭제

2
.travis.yml Normal file
파일 보기

@ -0,0 +1,2 @@
language: C
sudo: enabled

파일 보기

@ -24,3 +24,6 @@ uninstall:
clean:
rm bin/grub2-se-verifyserv
rmdir bin
test:
@printf "What to test?"

파일 보기

@ -1,5 +1,4 @@
# grub2-se-verifyserv
# grub2-se-verifyserv [![Build Status](https://travis-ci.org/Bandie/grub2-se-verifyserv.svg?branch=master)](https://travis-ci.org/Bandie/grub2-se-verifyserv)
## Purpose
After a kernel upgrade you may forgot to sign your kernel using the [grub2-signing-extension scripts](https://github.com/Bandie/grub2-signing-extension) again.

2
configure vendored Normal file
파일 보기

@ -0,0 +1,2 @@
#!/bin/bash
echo "This does nothing. Run make instead."