Skip to content

Commit

Permalink
Connected to Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-panchenko committed May 5, 2017
1 parent 2fa56fa commit 72118bd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: python
sudo: required
services:
- docker
script:
- make build
- make test
- docker ps
- netstat -lunp
- make clean
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN mkdir -p /opt/steam && cd /opt/steam && \
# Install HLDS
RUN mkdir -p /opt/hlds
RUN /opt/steam/steamcmd.sh +login $steam_user $steam_password +force_install_dir /opt/hlds +app_update 90 validate +quit
RUN mkdir ~/.steam && ln -s /opt/hlds ~/.steam/sdk32
RUN mkdir -p ~/.steam && ln -s /opt/hlds ~/.steam/sdk32
RUN ln -s /opt/steam/ /opt/hlds/steamcmd
ADD files/steam_appid.txt /opt/hlds/steam_appid.txt
ADD hlds_run.sh /bin/hlds_run.sh
Expand Down

0 comments on commit 72118bd

Please sign in to comment.