8000 swig/appveyor.yml at master · smarchetto/swig · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
{"payload":{"allShortcutsEnabled":false,"fileTree":{"":{"items":[{"name":"CCache","path":"CCache","contentType":"directory"},{"name":"Doc","path":"Doc","contentType":"directory"},{"name":"Examples","path":"Examples","contentType":"directory"},{"name":"Lib","path":"Lib","contentType":"directory"},{"name":"Source","path":"Source","contentType":"directory"},{"name":"Tools","path":"Tools","contentType":"directory"},{"name":"Win","path":"Win","contentType":"directory"},{"name":"debian","path":"debian","contentType":"directory"},{"name":"vms","path":"vms","contentType":"directory"},{"name":".gitattributes","path":".gitattributes","contentType":"file"},{"name":".gitignore","path":".gitignore","contentType":"file"},{"name":".travis.yml","path":".travis.yml","contentType":"file"},{"name":"ANNOUNCE","path":"ANNOUNCE","contentType":"file"},{"name":"CHANGES","path":"CHANGES","contentType":"file"},{"name":"CHANGES.current","path":"CHANGES.current","contentType":"file"},{"name":"COPYRIGHT","path":"COPYRIGHT","contentType":"file"},{"name":"INSTALL","path":"INSTALL","contentType":"file"},{"name":"LICENSE","path":"LICENSE","contentType":"file"},{"name":"LICENSE-GPL","path":"LICENSE-GPL","contentType":"file"},{"name":"LICENSE-UNIVERSITIES","path":"LICENSE-UNIVERSITIES","contentType":"file"},{"name":"Makefile.in","path":"Makefile.in","contentType":"file"},{"name":"README","path":"README","contentType":"file"},{"name":"RELEASENOTES","path":"RELEASENOTES","contentType":"file"},{"name":"TODO","path":"TODO","contentType":"file"},{"name":"appveyor.yml","path":"appveyor.yml","contentType":"file"},{"name":"autogen.sh","path":"autogen.sh","contentType":"file"},{"name":"configure.ac","path":"configure.ac","contentType":"file"},{"name":"preinst-swig.in","path":"preinst-swig.in","contentType":"file"},{"name":"swig.spec.in","path":"swig.spec.in","contentType":"file"}],"totalCount":29}},"fileTreeProcessingTime":4.148796,"foldersToFetch":[],"incompleteFileTree":false,"repo":{"id":10456892,"defaultBranch":"master","name":"swig","ownerLogin":"smarchetto","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2013-06-03T14:51:26.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/4234215?v=4","public":true,"private":false,"isOrgOwned":false},"codeLineWrapEnabled":false,"symbolsExpanded":false,"treeExpanded":true,"refInfo":{"name":"master","listCacheKey":"v0:1613945722.398624","canEdit":false,"refType":"branch","currentOid":"988717c140a4d51e0b3fae15d306b97b55813068"},"path":"appveyor.yml","currentUser":null,"blob":{"rawLines":["platform:","- x86","- x64","","environment:"," matrix:"," - SWIGLANG: csharp"," VSVER: 14"," - SWIGLANG: csharp"," VSVER: 12"," - SWIGLANG: java"," VSVER: 12"," - SWIGLANG: python"," VSVER: 12"," VER: 27"," - SWIGLANG: python"," VSVER: 12"," VER: 35"," PY3: 1","","install:","- date /T \u0026 time /T","- set PATH=C:\\cygwin\\bin;%PATH%","- set CYGWIN=nodosfilewarning","- git clone -q --depth=1 --single-branch --branch cccl-1.0 git://github.com/swig/cccl.git C:\\cccl-1.0","- bash -c \"cp C:/cccl-1.0/cccl /usr/bin\"","- ps: \u003e-"," If ($env:Platform -Match \"x86\") {"," $env:PCRE_PLATFORM=\"Win32\""," $env:JAVA_HOME=\"C:/Program Files (x86)/Java/jdk1.8.0\""," $env:VCVARS_PLATFORM=\"x86\""," $env:LANG_PLATFORM=\"\""," } Else {"," $env:PCRE_PLATFORM=\"x64\""," $env:JAVA_HOME=\"C:/Program Files/Java/jdk1.8.0\""," $env:VCVARS_PLATFORM=\"amd64\""," $env:LANG_PLATFORM=\"-x64\""," }","- ps: $env:VSCOMNTOOLS=(Get-Content (\"env:VS\" + \"$env:VSVER\" + \"0COMNTOOLS\"))","- echo \"Using Visual Studio %VSVER%.0 at %VSCOMNTOOLS%\"","- call \"%VSCOMNTOOLS%\\..\\..\\VC\\vcvarsall.bat\" %VCVARS_PLATFORM%","- Tools\\nuget-install.cmd pcre -Verbosity detailed -Version 8.33.0.1 -OutputDirectory C:\\pcre","- set PCRE_ROOT=C:/pcre/pcre.8.33.0.1/build/native","- set PATH=C:\\Python%VER%%LANG_PLATFORM%;%PATH%","- python -V","- bash -c \"which python\"","- bash -c \"python -V\"","- bash -c \"which cl.exe\"","- bash -c \"cl.exe /? 2\u003e\u00261 | head -n 2\"","- bash -c \"which csc.exe\"","- bash -c \"csc.exe /? | head -n 2\"","- bash -c \"which cccl\"","- bash -c \"cccl --version\"","- make --version","- uname -a","","build_script:","- set CCCL_OPTIONS=--cccl-muffle /W3","- set CHECK_OPTIONS=CSHARPOPTIONS=-platform:%Platform%"," # Open dummy file descriptor to fix error on cygwin: ./configure: line 560: 0: Bad file descriptor","- bash -c \"exec 0\u003c/dev/null \u0026\u0026 ./autogen.sh \u0026\u0026 time ./configure --disable-dependency-tracking --disable-ccache CC=cccl CXX=cccl CFLAGS='-O2' CXXFLAGS='-O2' LDFLAGS='--cccl-link /LTCG' PCRE_CFLAGS='-I%PCRE_ROOT%/include -DPCRE_STATIC' PCRE_LIBS='-L%PCRE_ROOT%/lib/v110/%PCRE_PLATFORM%/Release/static/utf8 -lpcre8' --without-perl5 --without-go --with-boost=C:/Libraries/boost || cat config.log\"","- bash -c \"time make -s\"","","test_script:","- set CCCL_OPTIONS=--cccl-muffle /W3 /EHsc","# (Warning below is fixed in newer versions of Python (2.7.9)) '_hypot' : recursive on all control paths, function will cause runtime stack overflow","- ps: \u003e-"," If (\"$env:SWIGLANG$env:VER\" -Match \"python27\") {"," $env:CCCL_OPTIONS=\"$env:CCCL_OPTIONS /wd4717\""," }","- .\\swig.exe -version","- bash -c \"file ./swig.exe\"","- bash -c \"time make -k check-%SWIGLANG%-version\"","- bash -c \"time make -k check-%SWIGLANG%-examples %CHECK_OPTIONS%\"","- bash -c \"time make -k check-%SWIGLANG%-test-suite %CHECK_OPTIONS%\"","","# Do not build on tags (GitHub only)","skip_tags: true"],"stylingDirectives":null,"colorizedLines":null,"csv":null,"csvError":null,"dependabotInfo":{"showConfigurationBanner":false,"configFilePath":null,"networkDependabotPath":"/smarchetto/swig/network/updates","dismissConfigurationNoticePath":"/settings/dismiss-notice/dependabot_configuration_notice","configurationNoticeDismissed":null},"displayName":"appveyor.yml","displayUrl":"https://github.com/smarchetto/swig/blob/master/appveyor.yml?raw=true","headerInfo":{"blobSize":"2.69 KB","deleteTooltip":"You must be signed in to make or propose changes","editTooltip":"You must be signed in to make or propose changes","ghDesktopPath":"https://desktop.github.com","isGitLfs":false,"onBranch":true,"shortPath":"9f20689","siteNavLoginPath":"/login?return_to=https%3A%2F%2Fgithub.com%2Fsmarchetto%2Fswig%2Fblob%2Fmaster%2Fappveyor.yml","isCSV":false,"isRichtext":false,"toc":null,"lineInfo":{"truncatedLoc":"78","truncatedSloc":"73"},"mode":"file"},"image":false,"isCodeownersFile":null,"isPlain":false,"isValidLegacyIssueTemplate":false,"issueTemplate":null,"discussionTemplate":null,"language":"YAML","languageID":407,"large":false,"planSupportInfo":{"repoIsFork":null,"repoOwnedByCurrentUser":null,"requestFullPath":"/smarchetto/swig/blob/master/appveyor.yml","showFreeOrgGatedFeatureMessage":null,"showPlanSupportBanner":null,"upgradeDataAttributes":null,"upgradePath":null},"publishBannersInfo":{"dismissActionNoticePath":"/settings/dismiss-notice/publish_action_from_dockerfile","releasePath":"/smarchetto/swig/releases/new?marketplace=true","showPublishActionBanner":false},"rawBlobUrl":"https://github.com/smarchetto/swig/raw/refs/heads/master/appveyor.yml","renderImageOrRaw":false,"richText":null,"renderedFileInfo":null,"shortPath":null,"symbolsEnabled":true,"tabSize":8,"topBannersInfo":{"overridingGlobalFundingFile":false,"globalPreferredFundingPath":null,"showInvalidCitationWarning":false,"citationHelpUrl":"https://docs.github.com/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-citation-files","actionsOnboardingTip":null},"truncated":false,"viewable":true,"workflowRedirectUrl":null,"symbols":null},"copilotInfo":null,"copilotAccessAllowed":false,"modelsAccessAllowed":false,"modelsRepoIntegrationEnabled":false,"csrf_tokens":{"/smarchetto/swig/branches":{"post":"_ByJb05A28VwQyEg9n8LNY2SbtdD4JcI6y1up8laNaxCq9_2vlrpzRXehCTb1MR3a-k4cQ5ILnc02KfT6VZwWg"},"/repos/preferences":{"post":"lD4pxI7Pko9VuYM4U5g7kS1a-NrA2daqy6eDwBttDFTEwTeR_wV0u0gyax1gYYdD-Sa-GVZtyS081B_hlzaSug"}}},"title":"swig/appveyor.yml at master · smarchetto/swig","appPayload":{"helpUrl":"https://docs.github.com","findFileWorkerPath":"/assets-cdn/worker/find-file-worker-263cab1760dd.js","findInFileWorkerPath":"/assets-cdn/worker/find-in-file-worker-1b17b3e7786a.js","githubDevUrl":null,"enabled_features":{"code_nav_ui_events":false,"react_blob_overlay":false,"accessible_code_button":true}}}
0