This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
Discord.Net
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
34
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Remove Debug statements from appveyor build script
pull/1157/head
Chris Johnston
7 years ago
parent
2c7d12f8c5
commit
8e9132bb25
1 changed files
with
0 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
appveyor.yml
+ 0
- 2
appveyor.yml
View File
@@ -25,8 +25,6 @@ init:
build_script:
build_script:
- ps: >-
- ps: >-
# Debug the values of CI_WINDOWS and CI_LINUX
Write-Output "Windows: $Env:CI_WINDOWS Linux: $Env:CI_LINUX"
if ($isLinux)
if ($isLinux)
{
{
# AppVeyor Linux images do not have appveyor-retry, which retries the commands a few times
# AppVeyor Linux images do not have appveyor-retry, which retries the commands a few times
Write
Preview
Loading…
Cancel
Save