Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
update .gitignore, move requirements.txt to libtransistor-base, updat…
Browse files Browse the repository at this point in the history
…e .travis.yml for libtransistor-base
  • Loading branch information
misson20000 committed May 7, 2018
1 parent 3dc2995 commit 6b1469d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,3 @@ projects/*
*.sublime-project
*.sublime-workspace
*.vscode

# Automake cache files
xz/autom4te.cache/*
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ install:
- |
if [[ ${TRAVIS_OS_NAME} == "osx" ]]; then
export LLVM_POSTFIX="";
brew install llvm qemu lz4 squashfs jq ;
brew install llvm qemu lz4 squashfs ;
brew upgrade python ;
export PATH="$(brew --prefix llvm)/bin:$(brew --prefix python3)/bin:$PATH";
fi
Expand All @@ -62,9 +62,15 @@ install:
- export PATH=$PATH:$DOXY_BINPATH

before_script:
# Get Mephisto
- wget -nv https://github.com/reswitched/Mephisto/releases/download/v1.1.1/ctu_$TRAVIS_OS_NAME
- chmod +x ctu_$TRAVIS_OS_NAME
- pip3 install --user -r requirements.txt
# Get libtransistor-base
- wget -nv https://github.com/misson20000/libtransistor-base/releases/download/rc1/libtransistor-base_rc1.tar.gz
- mkdir dist
- tar xzf libtransistor-base_rc1.tar.gz -C dist
# Install Python requirements
- pip3 install --user -r dist/requirements.txt

script: make LD=ld.lld$LLVM_POSTFIX && make run_tests MEPHISTO=./ctu_$TRAVIS_OS_NAME

Expand Down
2 changes: 0 additions & 2 deletions requirements.txt

This file was deleted.

0 comments on commit 6b1469d

Please sign in to comment.