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."