From: nasm-bot f. C. G. <gor...@gm...> - 2018-04-20 08:46:48
|
Commit-ID: dfa70d8f146e2bb4b5e0405b774e57364b6091f9 Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=dfa70d8f146e2bb4b5e0405b774e57364b6091f9 Author: Cyrill Gorcunov <gor...@gm...> AuthorDate: Sat, 7 Apr 2018 12:50:25 +0300 Committer: Cyrill Gorcunov <gor...@gm...> CommitDate: Sat, 7 Apr 2018 12:50:25 +0300 ci: First try Signed-off-by: Cyrill Gorcunov <gor...@gm...> --- .travis.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yaml b/.travis.yaml new file mode 100644 index 0000000..46caee1 --- /dev/null +++ b/.travis.yaml @@ -0,0 +1,8 @@ +language: c +sudo: required +dist: trusty +cache: ccache +env: + - TR_ARCH=local +script: + - sudo make CCACHE=1 -C scripts/travis $TR_ARCH |