Differences From Artifact [161268d5b1]:
- Executable file tests/installall/tests/canvas-draw/install.sh — part of check-in [e165458b7b] at 2013-07-22 13:57:44 on branch dev — Megatest based installall mostly done (user: mrwellan, size: 72) [annotate] [blame] [check-ins using] [more...]
- Executable file tests/installall/tests/iupbinlib/compile.sh — part of check-in [749b68c55a] at 2013-07-22 18:35:38 on branch dev — Lots of stuff for installall flow (user: matt, size: 72) [annotate] [blame] [check-ins using]
- Executable file tests/installall/tests/iuplib/compile.sh — part of check-in [e165458b7b] at 2013-07-22 13:57:44 on branch dev — Megatest based installall mostly done (user: mrwellan, size: 72) [annotate] [blame] [check-ins using]
- Executable file tests/installall/tests/zmqlib/install.sh — part of check-in [e165458b7b] at 2013-07-22 13:57:44 on branch dev — Megatest based installall mostly done (user: mrwellan, size: 72) [annotate] [blame] [check-ins using]
To Artifact [8b64b81369]:
- File tests/installall/tests/canvas-draw/install.sh — part of check-in [4aeb75f670] at 2018-02-21 16:57:39 on branch v1.65 — Added license header to remaining files. (user: mrwellan, size: 773) [annotate] [blame] [check-ins using] [more...]
- File tests/installall/tests/iupbinlib/compile.sh — part of check-in [4aeb75f670] at 2018-02-21 16:57:39 on branch v1.65 — Added license header to remaining files. (user: mrwellan, size: 773) [annotate] [blame] [check-ins using]
- File tests/installall/tests/zmqlib/install.sh — part of check-in [4aeb75f670] at 2018-02-21 16:57:39 on branch v1.65 — Added license header to remaining files. (user: mrwellan, size: 773) [annotate] [blame] [check-ins using]
1 2 3 4 5 | #!/usr/bin/env bash # Run your step here source $PREFIX/buildsetup.sh | > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | #!/usr/bin/env bash # This file is part of Megatest. # # Megatest is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Megatest is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Megatest. If not, see <http://www.gnu.org/licenses/>. # Run your step here source $PREFIX/buildsetup.sh |