Skip to content

Commit

Permalink
- remove quiet flag to catch error in ios-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
polymonster committed Oct 1, 2023
1 parent bc5dc29 commit ec3ddfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
cd examples
../pmbuild ios-ci -libs
../pmbuild ios-ci
../pmbuild make ios-ci all -destination generic/platform=iOS -configuration Release CODE_SIGNING_ALLOWED=NO -quiet
../pmbuild make ios-ci all -destination generic/platform=iOS -configuration Release CODE_SIGNING_ALLOWED=NO
4 changes: 2 additions & 2 deletions examples/code/curl_example/curl_example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

// curls include
#define CURL_STATICLIB
#include <curl/curl.h>
#include "curl/curl.h"

namespace
{
Expand Down Expand Up @@ -74,4 +74,4 @@ namespace
"world"
};

} // namespace
} // namespace

0 comments on commit ec3ddfb

Please sign in to comment.