Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Core
Tor
Merge requests
!122
CI: Remove VS2015 AppVeyor build. [035 and onwards]
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
CI: Remove VS2015 AppVeyor build. [035 and onwards]
asn/tor:bug40091_035
into
maint-0.3.5
Overview
2
Commits
1
Pipelines
0
Changes
1
Merged
George Kadianakis
requested to merge
asn/tor:bug40091_035
into
maint-0.3.5
4 years ago
Overview
2
Commits
1
Pipelines
0
Changes
1
Expand
Fixes
#40091 (closed)
.
0
0
Merge request reports
Compare
maint-0.3.5
maint-0.3.5 (base)
and
latest version
latest version
8182f135
1 commit,
4 years ago
1 file
+
0
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.appveyor.yml
+
0
−
8
Options
@@ -8,8 +8,6 @@ clone_depth: 50
image
:
# Windows Server 2019
-
Visual Studio
2019
# Windows Server 2012 R2
-
Visual Studio
2015
environment
:
compiler
:
mingw
@@ -37,12 +35,6 @@ matrix:
compiler_path
:
mingw32
mingw_prefix
:
mingw-w64-i686
hardening
:
-
image
:
Visual Studio
2015
target
:
x86_64-w64-mingw32
compiler_path
:
mingw64
mingw_prefix
:
mingw-w64-x86_64
# hardening doesn't work with mingw-w64-x86_64-gcc, because it's gcc 8
hardening
:
--disable-gcc-hardening
install
:
-
ps
:
>-
Loading