Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

Commit

Permalink
fix build and deplop
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomityGuy committed Mar 1, 2021
1 parent cc6f343 commit 8ac1030
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
include:
- script:
- cmake -DMBPBUILD:BOOL=OFF CMakeLists.txt
- cmake cmake --build . --target Rewind FrameRateUnlock
- cmake --build . --target Rewind FrameRateUnlock

deploy:
provider: releases
api_key: github_oauth
api_key: $GITHUB_OAUTH
file_glob: true
file: ./*
skip_cleanup: true
Expand All @@ -26,7 +26,7 @@ jobs:

deploy:
provider: releases
api_key: github_oauth
api_key: $GITHUB_OAUTH
file_glob: true
file: ./*
skip_cleanup: true

0 comments on commit 8ac1030

Please sign in to comment.