File tree Expand file tree Collapse file tree 1 file changed +16
-12
lines changed Expand file tree Collapse file tree 1 file changed +16
-12
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ package:
9
9
environment :
10
10
contents :
11
11
packages :
12
+ - attr-dev
12
13
- bash
14
+ - build-base
13
15
- busybox
14
16
- lz4-dev
17
+ - lzo-dev
15
18
- xz-dev
16
- - zstd-dev
17
19
- zlib-dev
18
- - attr-dev
19
- - build-base
20
- - lzo-dev
20
+ - zstd-dev
21
21
22
22
pipeline :
23
23
- uses : git-checkout
@@ -47,11 +47,15 @@ update:
47
47
enabled : true
48
48
github :
49
49
identifier : plougher/squashfs-tools
50
- # test:
51
- # pipeline:
52
- # - runs: |
53
- # apptainer version
54
- # apptainer help
55
- # # test adding remote. can't do build just yet because we dont have squashfs-tools pkg
56
- # - runs: |
57
- # apptainer remote add --no-login docker docker://docker.io
50
+
51
+ test :
52
+ pipeline :
53
+ - runs : |
54
+ mksquashfs -version
55
+ unsquashfs -help
56
+
57
+ - runs : |
58
+ mkdir test_dir
59
+ echo "Hello, World!" > test_dir/test_file.txt
60
+ mksquashfs test_dir test.sfs
61
+ test -f test.sfs && echo "mksquashfs test passed" || echo "mksquashfs test failed"
You can’t perform that action at this time.
0 commit comments