Skip to content

Commit

Permalink
fix: clean build folder before run
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberb committed Aug 28, 2024
1 parent bf02706 commit 084b7a6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,20 @@ jobs:
# Activate the virtual environment
source myenv/bin/activate
# Ensure clean build directory
rm -rf /tmp/application-services/build
# Copy over the build files without iOS-simulator and x86 targets
cp ./automation/build-docs/overwrites/build-all-ios.sh /tmp/application-services/libs/
cp ./automation/build-docs/overwrites/build-nss-ios.sh /tmp/application-services/libs/
cp ./automation/build-docs/overwrites/verify-ios-ci-environment.sh /tmp/application-services/libs/
# Overwrite how to build the swift code (without FirefoxFocus and x86 targets)
cp ./automation/build-docs/overwrites/build-and-test-swift.py /tmp/application-services/taskcluster/scripts/
# Overwrite how to build the xcframework, without the focus app
cp ./automation/build-docs/overwrites/build-xcframework.sh /tmp/application-services/megazords/ios-rust/
cd /tmp/application-services
./libs/verify-ios-ci-environment.sh
shell: bash
Expand Down

0 comments on commit 084b7a6

Please sign in to comment.