Skip to content

Commit

Permalink
Store workspaces files uncompressed in the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrio95 committed Jan 14, 2019
1 parent f902d05 commit 79348a7
Show file tree
Hide file tree
Showing 9 changed files with 5,066 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
project(mscore)

# Minimum tested, report if it works with older
CMAKE_MINIMUM_REQUIRED(VERSION 3.0.0)
CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0)

set (CI $ENV{CI})
if (CI)
Expand Down
2 changes: 2 additions & 0 deletions mscore/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,8 @@ target_link_libraries(mscore
kqoauth
)

add_dependencies(mscore workspaces)

if (USE_SYSTEM_FREETYPE)
target_link_libraries(mscore ${FREETYPE_LIBRARIES})
endif (USE_SYSTEM_FREETYPE)
Expand Down
Binary file removed share/workspaces/Advanced.workspace
Binary file not shown.
7 changes: 7 additions & 0 deletions share/workspaces/Advanced/META-INF/container.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<container>
<rootfiles>
<rootfile full-path="workspace.xml">
</rootfile>
</rootfiles>
</container>
Loading

0 comments on commit 79348a7

Please sign in to comment.