Skip to content

Commit

Permalink
Removed test code.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkuchida committed Apr 9, 2016
1 parent 4ae2f72 commit 140b439
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ test_script:
after_test:
## On master branch, create NuGet package for Simbody, for use by OpenSim.
# Detect if we are on the master branch.
# TODO: Temporarily create NuGet package regardless of branch (to test before merging).
#- IF %APPVEYOR_REPO_BRANCH% EQU master IF NOT DEFINED APPVEYOR_PULL_REQUEST_NUMBER SET DISTR=TRUE
- SET DISTR=TRUE
- IF %APPVEYOR_REPO_BRANCH% EQU master IF NOT DEFINED APPVEYOR_PULL_REQUEST_NUMBER SET DISTR=TRUE
# Install Simbody.
- IF DEFINED DISTR cmake --build . --target install --config Release -- /maxcpucount /verbosity:quiet
# Create NuGet package.
Expand Down

0 comments on commit 140b439

Please sign in to comment.