Skip to content

Commit

Permalink
ofxUnitTests fixes for appveyor after includes optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
arturoc committed Dec 18, 2017
1 parent 0877a40 commit d2eaa42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/ofxUnitTests/src/ofxUnitTests.h
Expand Up @@ -248,6 +248,7 @@ class ofxUnitTestsApp: public ofBaseApp{
}

#if defined(TARGET_WIN32)
#include "ofURLFileLoader.h"
bool reportAppVeyor(bool passed, uint64_t durationMs){
const std::string APPVEYOR_API_URL = "APPVEYOR_API_URL";
if(ofGetEnv(APPVEYOR_API_URL)!=""){
Expand Down

0 comments on commit d2eaa42

Please sign in to comment.