Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
linaScience committed Jun 17, 2022
1 parent 403b62f commit 7efa85b
Show file tree
Hide file tree
Showing 10 changed files with 48 additions and 0 deletions.
1 change: 1 addition & 0 deletions .squot
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
OrderedDictionary {
'BaselineOfSquello.package' : #SquotCypressCodeSerializer,
'Squello-Core.package' : #SquotCypressCodeSerializer,
'Squello-Tests.package' : #SquotCypressCodeSerializer
}
4 changes: 4 additions & 0 deletions BaselineOfSquello.package/.filetree
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"noMethodMetaData" : true,
"separateMethodMetaAndSource" : false,
"useCypressPropertiesFile" : true }
5 changes: 5 additions & 0 deletions BaselineOfSquello.package/.squot-contents
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
SquotTrackedObjectMetadata {
#objectClassName : #PackageInfo,
#objectsReplacedByNames : true,
#serializer : #SquotCypressCodeSerializer
}
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
baseline
baseline: spec
<baseline>
spec
for: #'common'
do: [
spec
package: 'JSON' with: [ spec repository: 'http://www.squeaksource.com/JSON' ];
package: 'Animations' with: [spec repository: 'github://hpi-swa/animations/repository'];
package: 'Squello-Core' with: [spec requires: #('JSON' 'Animations')];
package: 'Squello-Tests' with: [spec requires: #('default')];
yourself.
spec
group: 'default' with: #('Squello-Core');
group: 'tests' with: #('Squello-Tests')];
yourself
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"class" : {
},
"instance" : {
"baseline:" : "lo 5/22/2022 17:37" } }
14 changes: 14 additions & 0 deletions BaselineOfSquello.package/BaselineOfSquello.class/properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"category" : "BaselineOfSquello",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "BaselineOfSquello",
"pools" : [
],
"super" : "BaselineOf",
"type" : "normal" }
1 change: 1 addition & 0 deletions BaselineOfSquello.package/monticello.meta/categories.st
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SystemOrganization addCategory: #BaselineOfSquello!
Empty file.
2 changes: 2 additions & 0 deletions BaselineOfSquello.package/properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{
}

0 comments on commit 7efa85b

Please sign in to comment.