Skip to content

Commit

Permalink
Added travis support.
Browse files Browse the repository at this point in the history
  • Loading branch information
ai4rei committed Dec 5, 2020
1 parent feb2507 commit ca96a97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@ECHO OFF
CALL "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vcvars32.bat"
NMAKE /P CLEAN ALL
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
os: windows
language: cpp
script: ./.travis.cmd

0 comments on commit ca96a97

Please sign in to comment.