rnx-kit/.ccache
Adam Foxman a455cb2dfb
CI workflow update, integrate expo-app into repo (#1658)
* baseline commit - merge from add-expo-app2

* factor out iOS builds for expo-app and test-app. set up a cache for cocoapods.

* update dependencies

* GitHub actions: factor out toolchain setup into a local action

* GitHub actions: factor out yarn caching and package installation

* fix indenting issue

* add shell parameter

* GitHub actions: factor out cocoapods installation and caching

* GitHub actions: factor out android build, add Android build job for expo-app

* fix callout to android build workflow

* Upgrade expo-app to a TypeScript version that matches the repo

* Fix version-out-of-sync issue in scripts package

* Add build-ios and build-android commands to rnx-kit-scripts

* Add ios and android build commands to test-app and expo-app. Update CI loops to use the new commands.

* Update test-app pod versions

* docs(changeset): Integrate rnx-kit-scripts with expo-app (as much as possible). Add script commands for building ios and android projects.

* docs(changeset): Add android and ios build scripts. Update pod versions.

* changefile

* trying out using action/setup-node's cache instead of actions/cache

* Remove xcpretty and formatted output that is already shown by xcodebuild. Add set -eo pipefail to halt the script on an error.

* factor out GH agent types into shared env vars. move off of *-latest and onto specific versions for more stability.

* fix matrix definition

* revert vars for controlling agent machine types since they don't work

* labeler doesn't work when submitting a PR from a fork. restrict to PRs originating from microsoft/rnx-kit.

* remove unnecessary error handling

* Use default node version in setup-toolchain script, rather than being explicit everywhere

* Change default device to iPhone 13

* Add clang caching and integrate with CI

* remove unnecessary exit 0

* setup apple after installing dependencies (RNTA is needed and is an external dependency)

* add ccache config

* take 2 for fixing labeler on PRs from a fork

* fix cache-key for ios projects
2022-06-23 09:12:21 -07:00
..
ccache.conf CI workflow update, integrate expo-app into repo (#1658) 2022-06-23 09:12:21 -07:00