Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
84f6578b
Kaydet (Commit)
84f6578b
authored
Haz 17, 2015
tarafından
Zachary Ware
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge 3.5
üst
4132b306
4ab4ac8e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
3 deletions
+15
-3
build-amd64.bat
Tools/buildbot/build-amd64.bat
+4
-1
clean-amd64.bat
Tools/buildbot/clean-amd64.bat
+4
-1
external-amd64.bat
Tools/buildbot/external-amd64.bat
+1
-0
external.bat
Tools/buildbot/external.bat
+1
-0
test-amd64.bat
Tools/buildbot/test-amd64.bat
+5
-1
No files found.
Tools/buildbot/build-amd64.bat
Dosyayı görüntüle @
84f6578b
@rem Used by the buildbot "compile" step.
@rem Formerly used by the buildbot "compile" step.
@echo This script is no longer used and may be removed in the future.
@echo To get the same effect as this script, use
@echo PCbuild\build.bat -d -e -k -p x64
call "%~dp0build.bat" -p x64 %*
Tools/buildbot/clean-amd64.bat
Dosyayı görüntüle @
84f6578b
@rem Used by the buildbot "clean" step.
@rem Formerly used by the buildbot "clean" step.
@echo This script is no longer used and may be removed in the future.
@echo To get the same effect as this script, use `clean.bat` from this
@echo directory and pass `-p x64` as two arguments.
call "%~dp0clean.bat" -p x64 %*
Tools/buildbot/external-amd64.bat
Dosyayı görüntüle @
84f6578b
@echo This script is no longer used and may be removed in the future.
@echo Please use PCbuild\get_externals.bat instead.
@"%~dp0..\..\PCbuild\get_externals.bat" %*
Tools/buildbot/external.bat
Dosyayı görüntüle @
84f6578b
@echo This script is no longer used and may be removed in the future.
@echo Please use PCbuild\get_externals.bat instead.
@"%~dp0..\..\PCbuild\get_externals.bat" %*
Tools/buildbot/test-amd64.bat
Dosyayı görüntüle @
84f6578b
@rem Used by the buildbot "test" step.
@rem Formerly used by the buildbot "test" step.
@echo This script is no longer used and may be removed in the future.
@echo To get the same effect as this script, use
@echo PCbuild\rt.bat -q -d -x64 -uall -rwW
@echo or use `test.bat` in this directory and pass `-x64` as an argument.
call "%~dp0test.bat" -x64 %*
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