List APs in Rakefile
This commit is contained in:
parent
7334d30fe8
commit
41d8a1c1be
7
Rakefile
7
Rakefile
|
@ -56,11 +56,8 @@ task :ap, [:name] do |t, args|
|
|||
end
|
||||
|
||||
task :all do
|
||||
aps = %W(ap-l0-1 ap-l0-2 ap-l1-1 ap-c-2 ap-ma-1 ap-mu-1 ap-noc-1)
|
||||
# aps = %W(ap-bulgaria-1-ac ap-bulgaria-2-ac ap-bulgaria-3-ac ap-chamber-1-ac ap-chamber-2-ac ap-marble-1-ac ap-music-1-ac ap-lobby1-1-an ap-lobby1-2-legacy)
|
||||
# aps = %W(ap-lobby1-3-an)
|
||||
# aps = %W(ap-lobby2-1-an)
|
||||
# aps = %W(ap-bulgaria-4-legacy)
|
||||
aps = %W(ap-l0-1 ap-l0-2 ap-l1-1 ap-l1-2 ap-c-1 ap-c-2 ap-ma-1 ap-mu-1 ap-noc-1)
|
||||
aps = %W(ap-bg-1 ap-bg-2 ap-bg-3 ap-bg-4)
|
||||
|
||||
aps.each do |ap|
|
||||
Rake::Task["ap"].reenable
|
||||
|
|
Loading…
Reference in New Issue