[nasm:travis-osx] update

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


Commit-ID:  abe173154ac6f0b60860511a6a3ac57baaabadec
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=abe173154ac6f0b60860511a6a3ac57baaabadec
Author:     Cyrill Gorcunov <gorcunov at gmail.com>
AuthorDate: Sun, 16 Dec 2018 12:42:45 +0300
Committer:  Cyrill Gorcunov <gorcunov at gmail.com>
CommitDate: Sun, 16 Dec 2018 12:42:45 +0300

update

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


---
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index a74ab823..f23fa5ee 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,12 @@
 language: c
 os:
   - linux
+  - osx
 env:
   - TR_ARCH=local
+before_install:
+  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
+  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew upgrade python ; fi
 script:
   - ./autogen.sh
   - ./configure


More information about the Nasm-commits mailing list