Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
3ce31df3
Commit
3ce31df3
authored
Aug 06, 2018
by
Edward Thomson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: remove appveyor
parent
64138b70
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
44 deletions
+0
-44
appveyor.yml
+0
-44
No files found.
appveyor.yml
deleted
100644 → 0
View file @
64138b70
version
:
'
{build}'
branches
:
only
:
-
master
-
appveyor
-
/^maint.*/
environment
:
GITTEST_INVASIVE_FS_STRUCTURE
:
1
GITTEST_INVASIVE_FS_SIZE
:
1
matrix
:
-
APPVEYOR_BUILD_WORKER_IMAGE
:
Visual Studio 2013
CMAKE_OPTIONS
:
-G"Visual Studio 10 2010"
ARCH
:
x86
-
APPVEYOR_BUILD_WORKER_IMAGE
:
Visual Studio 2013
CMAKE_OPTIONS
:
-G"Visual Studio 10 2010 Win64"
ARCH
:
amd64
-
APPVEYOR_BUILD_WORKER_IMAGE
:
Visual Studio 2015
CMAKE_OPTIONS
:
-G"Visual Studio 14 2015"
ARCH
:
x86
-
APPVEYOR_BUILD_WORKER_IMAGE
:
Visual Studio 2015
CMAKE_OPTIONS
:
-G"Visual Studio 14 2015 Win64"
ARCH
:
amd64
-
APPVEYOR_BUILD_WORKER_IMAGE
:
Visual Studio 2015
CMAKE_OPTIONS
:
-G"MinGW Makefiles"
ARCH
:
x86
-
APPVEYOR_BUILD_WORKER_IMAGE
:
Visual Studio 2015
CMAKE_OPTIONS
:
-G"MinGW Makefiles"
ARCH
:
amd64
install
:
-
set PATH=%TEMP%\mingw64\bin;%TEMP%\mingw32\bin;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\CMake\bin
-
ps
:
|
mkdir build
cd build
if ($env:CMAKE_OPTIONS -eq '-G"MinGW Makefiles"') {
../ci/setup-mingw.ps1
}
build_script
:
-
cmd
:
powershell ../ci/build.ps1
test_script
:
-
cmd
:
powershell ../ci/test.ps1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment