Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/windows-build-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Test
name: Windows Build and Test
on:
push:
branches:
Expand Down
4 changes: 3 additions & 1 deletion craftmaster.ini
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

Expand Down