Skip to content

Commit

Permalink
Testing of Travis deploy/ruby problem ...
Browse files Browse the repository at this point in the history
  • Loading branch information
lgblgblgb committed Aug 15, 2023
1 parent 817c071 commit c3e33c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ matrix:
- zip
compiler: gcc
before_script:
- dpkg -L | fgrep -ai ruby || true
- sudo apt-get -yq --no-install-suggests --no-install-recommends upgrade || true
- echo "127.126.125.124 lgb" | sudo tee -a /etc/hosts 2>/dev/null || true
- cat /etc/hosts || true
- hostname
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA


TARGETS = c65 cvic20 clcd ep128 mega65 primo tvc
#TARGETS = c65 cvic20 clcd ep128 mega65 primo tvc
TARGETS = mega65
ARCHS = native win32 win64

ARCH = native
Expand Down

0 comments on commit c3e33c4

Please sign in to comment.