luminate-old/setup-offline.sh
Brendan Szymanski 70731ec633 Initial CI/CD pipeline
## Description

Add Forgejo Actions CI pipeline with flatpak builds and tests.

Closes #<!-- issue number -->

## Type of change

- [ ] 🐛 Bug fix
- [ ]  New feature
- [ ] ♻️ Refactor / code cleanup
- [ ] 📖 Documentation
- [x] 🔧 Dependencies / build tooling

## How was this tested?

Verified CI pipeline runs successfully with flatpak builds and tests in Forgejo Actions.

## Checklist

- [ ] I have read the [contributing guide](CONTRIBUTING.md)
- [ ] My code follows the project's style guidelines
- [ ] I have added or updated tests as needed
- [ ] Documentation has been updated where applicable
- [ ] All existing tests pass

Pull request: (#3)

## Description

Add Forgejo Actions CI pipeline with flatpak builds and tests.

Closes #<!-- issue number -->

## Type of change

- [ ] 🐛 Bug fix
- [ ]  New feature
- [ ] ♻️ Refactor / code cleanup
- [ ] 📖 Documentation
- [x] 🔧 Dependencies / build tooling

## How was this tested?

Verified CI pipeline runs successfully with flatpak builds and tests in Forgejo Actions.

## Checklist

- [ ] I have read the [contributing guide](CONTRIBUTING.md)
- [ ] My code follows the project's style guidelines
- [ ] I have added or updated tests as needed
- [ ] Documentation has been updated where applicable
- [ ] All existing tests pass
Co-authored-by: Brendan Szymanski <hello@bscubed.dev>
Co-committed-by: Brendan Szymanski <hello@bscubed.dev>
2026-06-23 23:36:14 +00:00

45 lines
No EOL
2.1 KiB
Bash
Executable file

#!/usr/bin/env bash
mkdir .build/repositories
cd .build/repositories
mkdir ./adwaita-swift-3f0bf4f5
cp -r ../checkouts/adwaita-swift/.git/* ./adwaita-swift-3f0bf4f5
mkdir ./CSQLite-ccd351fd
cp -r ../checkouts/CSQLite/.git/* ./CSQLite-ccd351fd
mkdir ./levenshtein-transformations-11d2c005
cp -r ../checkouts/levenshtein-transformations/.git/* ./levenshtein-transformations-11d2c005
mkdir ./localized-ba75408f
cp -r ../checkouts/localized/.git/* ./localized-ba75408f
mkdir ./meta-e44c5837
cp -r ../checkouts/meta/.git/* ./meta-e44c5837
mkdir ./meta-sqlite-d4990edc
cp -r ../checkouts/meta/.git/* ./meta-sqlite-d4990edc
mkdir ./meta-sqlite-d4990edc
cp -r ../checkouts/meta-sqlite/.git/* ./meta-sqlite-d4990edc
mkdir ./OpenAPIKit-5420c066
cp -r ../checkouts/OpenAPIKit/.git/* ./OpenAPIKit-5420c066
mkdir ./SQLCipher.swift-5392e827
cp -r ../checkouts/SQLCipher.swift/.git/* ./SQLCipher.swift-5392e827
mkdir ./SQLite.swift-bde2929d
cp -r ../checkouts/SQLite.swift/.git/* ./SQLite.swift-bde2929d
mkdir ./swift-algorithms-bf5a01cd
cp -r ../checkouts/swift-algorithms/.git/* ./swift-algorithms-bf5a01cd
mkdir ./swift-argument-parser-54a11a8d
cp -r ../checkouts/swift-argument-parser/.git/* ./swift-argument-parser-54a11a8d
mkdir ./swift-collections-9a58d5cf
cp -r ../checkouts/swift-collections/.git/* ./swift-collections-9a58d5cf
mkdir ./swift-http-types-ddff8b60
cp -r ../checkouts/swift-http-types/.git/* ./swift-http-types-ddff8b60
mkdir ./swift-log-ba8887eb
cp -r ../checkouts/swift-log/.git/* ./swift-log-ba8887eb
mkdir ./swift-numerics-d936ec6c
cp -r ../checkouts/swift-numerics/.git/* ./swift-numerics-d936ec6c
mkdir ./swift-openapi-generator-d5abee00
cp -r ../checkouts/swift-openapi-generator/.git/* ./swift-openapi-generator-d5abee00
mkdir ./swift-openapi-runtime-c68fe40f
cp -r ../checkouts/swift-openapi-runtime/.git/* ./swift-openapi-runtime-c68fe40f
mkdir ./swift-openapi-urlsession-03c02701
cp -r ../checkouts/swift-openapi-urlsession/.git/* ./swift-openapi-urlsession-03c02701
mkdir ./swift-syntax-463e60c9
cp -r ../checkouts/swift-syntax/.git/* ./swift-syntax-463e60c9
mkdir ./Yams-fd9f2519
cp -r ../checkouts/Yams/.git/* ./Yams-fd9f2519