Commit Graph

28 Commits (355cc597fa73c71a1638932462a30f162b69d706)

Author SHA1 Message Date
Stephen M. Coakley 7592f43dea
fix: smarter AWK detection that supports nawk 7 years ago
Stephen M. Coakley c67aa9e166 Add SHA256 checksum for installer (#504)
* Add SHA256 checksum for installer

* Fix Travis
7 years ago
Stephen M. Coakley cfe8e769db Refactor installer and config setup (#361)
Refactor the installer to be more maintainable and interactive. The installer is now more robust and safe in its operation, and asks interactive questions for choices that the user must resolve. Setting up confuguration is also now changed to take advantage of Fish 2.3 features and does not mess with user's configuration files without permission.

- Make installer smarter and use uninstaller in destroy
- Better handling and checking for offline installs
- `omf destroy` simply uses `install --uninstall`
- Final warning message is no longer displayed when user intentionally aborts install
- Backups are restored during uninstall
- Update the README to detail the new ways to install OMF
8 years ago
Stephen M. Coakley 6c373d89ec Fix Travis integration (#349) 8 years ago
Derek Stavis 0a2f57d265 Remove themes doc travis test 9 years ago
Bruno Pinto 854493489c Run tests on Travis osx and linux machines
Unfortunately we can't use docker anymore in order to support automatic
build on OSX.
9 years ago
Bruno Pinto ea4d78ffc3 Basic omf tests 9 years ago
Bruno Pinto 0fd73792d4 Generic Travis machine
Tell Travis this is not Ruby codebase.
9 years ago
Bruno Pinto 320578df51 A correct Dockerfile usage 9 years ago
Derek Stavis 0b2a51a93f Get PR URL and Branch using GitHub API 9 years ago
Bruno Pinto dde679ff98 Get original repository branch name
Travis does not provide the original repository branch name on any
environment variable. We are getting the information from the GitHub
API instead.

The misleading environment variable `TRAVIS_BRANCH` returns `master`
instead:
> TRAVIS_BRANCH: For builds not triggered by a pull request this is the
name of the branch currently being built; whereas for builds triggered
by a pull request this is the name of the branch targeted by the pull
request (in many cases this will be master).

Reference: http://docs.travis-ci.com/user/environment-variables/
9 years ago
Bruno Pinto faba765a94 Run tests on an isolated docker environment
- Install fish from dockerfile and generate a docker image.
- Install Oh My Fish! from downloaded git repository and generate a
  docker image.
9 years ago
Bruno Pinto 319c8a05cd Don't overwrite function on test environment
Instead of overwriting functions that use `exec fish` on test
environment, skip this call if the variable `CI` has been defined on the
running shell.
9 years ago
Pyry-Samuli Lahti c97e1af4bc Add test-generate-themes-doc.fish
* Run with Travis CI, if commits contain changes to `db/themes`
* When run; fail build if `docs/Themes.md` is no longer up-to-date
9 years ago
jeremiejig 961d051c2e Some Renaming. Creation of tools dir.
Moving and renaming install_fish.sh to travis_install_fish

Moving travis_* from tests to tools.

rename: fish_user_function/ -> functions_override/

renaming travis_test.fish to test_runner.fish
9 years ago
jeremiejig 2556068da6 adding the entry point to do some more test. 9 years ago
jeremiejig 7919f8ef6a travis: new travis_install_omf script to checkout PR 9 years ago
jeremiejig e68dca448a travis: setting env for OMF_REPO_URI and OMF_REPO_BRANCH 9 years ago
jeremiejig 250fe263ef Travis: Adding fish-2.2.0 from github.
Adding apt dependencies + build script + cache directive.
9 years ago
Bruno Pinto 946c7f445e Travis integration for slack
Command: `travis encrypt "..." --add notifications.slack`
9 years ago
Bruno d28dbc13e5 Only send travis notifications when build fails 9 years ago
Jorge Bucaran 2693a2fd18 %%% United States of the Fish → Wahoo + OMF %%% 9 years ago
Bruno Pinto 1d4b192607 travis hook for gitter integration 9 years ago
Bruno Pinto bdc8dbb818 email notification settings 10 years ago
Bruno Pinto b1fee8b857 running tests on linux and osx 10 years ago
Bruno Pinto 4d1e85fbe0 run all tests, including plugins tests, on travis 10 years ago
Jorge Bucaran 09e6da27e2 Fix boostrap/script to oh-my-fish.spec.fish 10 years ago
Jorge Bucaran 0aa8af477a Add travis support via .travis.yml and bash bootstrap script 10 years ago