This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
iceraven-browser
Watch
2
Star
0
Fork
0
You've already forked iceraven-browser
mirror of
https://github.com/fork-maintainers/iceraven-browser
synced
2024-11-05 21:20:45 +00:00
Code
Issues
Releases
Wiki
Activity
fccfa1cebf
iceraven-browser
/
config
/
pre-push-recommended.sh
7 lines
99 B
Bash
Raw
Normal View
History
Unescape
Escape
[fenix] Add project README and pre-push-hook
2019-01-30 18:13:23 +00:00
#!/bin/sh
./gradlew -q
\
ktlint
\
detekt
\
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/698: Create product flavors for Fennec transition. * greenfield (pure Fenix without anything added) * firefoxNightly (To replace Firefox Nightly) * firefoxBeta (To replace Firefox Beta) * firefoxRelease (To replace Firefox Release) For now it will be a bit annoying to have all those flavors. But once the transition has been successfully completed we can start to tear them down again. Once GeckoView universal builds are available we can get rid of the "abi" dimension. If this is going to slow down the CI process then I might look into parallelizing the build or potentially introducing a taskcluster CI setup (if that makes sense).
2019-02-27 16:44:43 +00:00
app:assembleX86GreenfieldDebug
Reference in New Issue
Copy Permalink