[nasm:travis] ci: First try

nasm-bot for Cyrill Gorcunov gorcunov at gmail.com
Tue Jun 30 17:02:50 PDT 2020


Commit-ID:  dfa70d8f146e2bb4b5e0405b774e57364b6091f9
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=dfa70d8f146e2bb4b5e0405b774e57364b6091f9
Author:     Cyrill Gorcunov <gorcunov at gmail.com>
AuthorDate: Sat, 7 Apr 2018 12:50:25 +0300
Committer:  Cyrill Gorcunov <gorcunov at gmail.com>
CommitDate: Sat, 7 Apr 2018 12:50:25 +0300

ci: First try

Signed-off-by: Cyrill Gorcunov <gorcunov at gmail.com>


---
 .travis.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.travis.yaml b/.travis.yaml
new file mode 100644
index 00000000..46caee1e
--- /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


More information about the Nasm-commits mailing list