Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pugixml
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
SCALE
Code
external
pugixml
Commits
4dc10541
Commit
4dc10541
authored
7 years ago
by
Ivan Gagis
Browse files
Options
Downloads
Patches
Plain Diff
use powershell instead of cmd
parent
e9446237
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
appveyor.yml
+1
-1
1 addition, 1 deletion
appveyor.yml
scripts/nuget_build.ps1
+33
-0
33 additions, 0 deletions
scripts/nuget_build.ps1
with
34 additions
and
1 deletion
appveyor.yml
+
1
−
1
View file @
4dc10541
...
...
@@ -9,7 +9,7 @@ install:
-
ps
:
Import-Module CoApp
build_script
:
-
ps
:
.\scripts\nuget_build.
bat
-
ps
:
.\scripts\nuget_build.
ps1
test_script
:
-
ps
:
.\tests\autotest-appveyor.ps1
...
...
This diff is collapsed.
Click to expand it.
scripts/nuget_build.
bat
→
scripts/nuget_build.
ps1
+
33
−
0
View file @
4dc10541
@echo
off
cd
%~dp0
Push-Location
$scriptdir
=
Split-Path
$MyInvocation
.
MyCommand
.
Path
cd
$scriptdir
"
%VS1
41COMNTOOLS
%
\VsMSBuildCmd.bat"
&&
^
msbuild
pugixml_vs2013_static
.vcxproj
/t
:Rebuild
/p
:Configuration
=
Debug
/p
:Platform
=
x86
/v
:minimal
/nologo
&&
^
msbuild
pugixml_vs2013_static
.vcxproj
/t
:Rebuild
/p
:Configuration
=
Release
/p
:Platform
=
x86
/v
:minimal
/nologo
&&
^
msbuild
pugixml_vs2013_static
.vcxproj
/t
:Rebuild
/p
:Configuration
=
Debug
/p
:Platform
=
x64
/v
:minimal
/nologo
&&
^
msbuild
pugixml_vs2013_static
.vcxproj
/t
:Rebuild
/p
:Configuration
=
Release
/p
:Platform
=
x64
/v
:minimal
/nologo
&&
^
msbuild
pugixml_vs2015
.vcxproj
/t
:Rebuild
/p
:Configuration
=
Debug
/p
:Platform
=
x86
/v
:minimal
/nologo
&&
^
msbuild
pugixml_vs2015
.vcxproj
/t
:Rebuild
/p
:Configuration
=
Release
/p
:Platform
=
x86
/v
:minimal
/nologo
&&
^
msbuild
pugixml_vs2015
.vcxproj
/t
:Rebuild
/p
:Configuration
=
Debug
/p
:Platform
=
x64
/v
:minimal
/nologo
&&
^
msbuild
pugixml_vs2015
.vcxproj
/t
:Rebuild
/p
:Configuration
=
Release
/p
:Platform
=
x64
/v
:minimal
/nologo
&&
^
msbuild
pugixml_vs2017
.vcxproj
/t
:Rebuild
/p
:Configuration
=
Debug
/p
:Platform
=
x86
/v
:minimal
/nologo
&&
^
msbuild
pugixml_vs2017
.vcxproj
/t
:Rebuild
/p
:Configuration
=
Release
/p
:Platform
=
x86
/v
:minimal
/nologo
&&
^
msbuild
pugixml_vs2017
.vcxproj
/t
:Rebuild
/p
:Configuration
=
Debug
/p
:Platform
=
x64
/v
:minimal
/nologo
&&
^
msbuild
pugixml_vs2017
.vcxproj
/t
:Rebuild
/p
:Configuration
=
Release
/p
:Platform
=
x64
/v
:minimal
/nologo
&&
^
powershell
Write
-NuGetPackage
nuget
.autopkg
"%VS141COMNTOOLS%\VsMSBuildCmd.bat"
msbuild
pugixml_vs2013_static.vcxproj
/t:Rebuild
/p:Configuration
=
Debug
/p:Platform
=
x86
/v:minimal
/nologo
If
(
!
$?
){
exit
1
}
msbuild
pugixml_vs2013_static.vcxproj
/t:Rebuild
/p:Configuration
=
Release
/p:Platform
=
x86
/v:minimal
/nologo
If
(
!
$?
){
exit
1
}
msbuild
pugixml_vs2013_static.vcxproj
/t:Rebuild
/p:Configuration
=
Debug
/p:Platform
=
x64
/v:minimal
/nologo
If
(
!
$?
){
exit
1
}
msbuild
pugixml_vs2013_static.vcxproj
/t:Rebuild
/p:Configuration
=
Release
/p:Platform
=
x64
/v:minimal
/nologo
If
(
!
$?
){
exit
1
}
msbuild
pugixml_vs2015.vcxproj
/t:Rebuild
/p:Configuration
=
Debug
/p:Platform
=
x86
/v:minimal
/nologo
If
(
!
$?
){
exit
1
}
msbuild
pugixml_vs2015.vcxproj
/t:Rebuild
/p:Configuration
=
Release
/p:Platform
=
x86
/v:minimal
/nologo
If
(
!
$?
){
exit
1
}
msbuild
pugixml_vs2015.vcxproj
/t:Rebuild
/p:Configuration
=
Debug
/p:Platform
=
x64
/v:minimal
/nologo
If
(
!
$?
){
exit
1
}
msbuild
pugixml_vs2015.vcxproj
/t:Rebuild
/p:Configuration
=
Release
/p:Platform
=
x64
/v:minimal
/nologo
If
(
!
$?
){
exit
1
}
msbuild
pugixml_vs2017.vcxproj
/t:Rebuild
/p:Configuration
=
Debug
/p:Platform
=
x86
/v:minimal
/nologo
If
(
!
$?
){
exit
1
}
msbuild
pugixml_vs2017.vcxproj
/t:Rebuild
/p:Configuration
=
Release
/p:Platform
=
x86
/v:minimal
/nologo
If
(
!
$?
){
exit
1
}
msbuild
pugixml_vs2017.vcxproj
/t:Rebuild
/p:Configuration
=
Debug
/p:Platform
=
x64
/v:minimal
/nologo
If
(
!
$?
){
exit
1
}
msbuild
pugixml_vs2017.vcxproj
/t:Rebuild
/p:Configuration
=
Release
/p:Platform
=
x64
/v:minimal
/nologo
If
(
!
$?
){
exit
1
}
Write-NuGetPackage
nuget.autopkg
If
(
!
$?
){
exit
1
}
Pop-Location
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment