Skip to content

Commit

Permalink
Update travis.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Victorious3 authored Mar 26, 2024
1 parent 77c0195 commit 81ee289
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions travis.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@

def compile(extra):
args = [build.exe_file("bin/princess2"), "--no-incremental", "-d", "-Isrc", "--buildfolder=build", "--outfile", build.exe_file("bin/princess3"), "src/main.pr"]
if sys.platform == "win32":
args += build.WIN_ARGS
args += build.ARGS
subprocess.check_call(args + extra)

def main():
Expand All @@ -30,4 +29,4 @@ def main():
compile([])

if __name__ == "__main__":
main()
main()

0 comments on commit 81ee289

Please sign in to comment.