diff options
| author | mo khan <mo.khan@gmail.com> | 2020-06-19 20:51:24 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-06-19 20:51:24 -0600 |
| commit | 5dfaf8f34f0d967ee443e40daeb4f7ed043993d3 (patch) | |
| tree | ac443e2c3e876fe1d53abb8df236d82594855f60 /config/projects/asdf.rb | |
| parent | 4b1c9d818fec3bf7f4d7eb91fd77dab8794edd05 (diff) | |
Split mono and ruby jobs
Diffstat (limited to 'config/projects/asdf.rb')
| -rw-r--r-- | config/projects/asdf.rb | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/config/projects/asdf.rb b/config/projects/asdf.rb deleted file mode 100644 index 903df5b..0000000 --- a/config/projects/asdf.rb +++ /dev/null @@ -1,38 +0,0 @@ -# -# Copyright 2020 Mo Khan -# -# All Rights Reserved. -# - -name "asdf" -maintainer "mkhan@gitlab.com" -homepage "https://gitlab.com/xlgmokha/omnibus-asdf" - -# Defaults to C:/asdf on Windows -# and /opt/asdf on all other platforms -install_dir "/opt/asdf" - -build_version "0.1.0" -build_iteration 1 - -# Creates required build directories -dependency "preparation" -dependency "asdf-ruby-2-4-5" -dependency "asdf-ruby-2-4-10" -dependency "asdf-ruby-2-5-8" -dependency "asdf-ruby-2-6-0" -dependency "asdf-ruby-2-6-1" -dependency "asdf-ruby-2-6-2" -dependency "asdf-ruby-2-6-3" -dependency "asdf-ruby-2-6-4" -dependency "asdf-ruby-2-6-5" -dependency "asdf-ruby-2-6-6" -dependency "asdf-ruby-2-7-0" -dependency "asdf-ruby-2-7-1" -dependency "asdf-mono-6-8-0-123" - -# asdf dependencies/components -# dependency "somedep" - -#exclude "**/.git" -#exclude "**/bundler/git" |
