mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Merge pull request #5178 from nextcloud/ci/followUpstreamCraft
switch back to upstream craft
This commit is contained in:
commit
131938f037
2
.github/workflows/windows-build-and-test.yml
vendored
2
.github/workflows/windows-build-and-test.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Build and Test
|
||||
name: Windows Build and Test
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
[General]
|
||||
Branch = master
|
||||
ShallowClone = True
|
||||
CraftUrl = https://github.com/allexzander/craft.git
|
||||
# CraftUrl = https://github.com/allexzander/craft.git
|
||||
|
||||
# Variables defined here override the default value
|
||||
# The variable names are casesensitive
|
||||
@ -45,6 +45,8 @@ Packager/CacheDir = ${Variables:Root}\cache
|
||||
[BlueprintSettings]
|
||||
# don't try to pip install on the ci
|
||||
python-modules.ignored = True
|
||||
dev-utils/python2.ignored = True
|
||||
dev-utils/python3.ignored = True
|
||||
nextcloud-client.buildTests = True
|
||||
binary/mysql.useMariaDB = False
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user