blob: 3abba0cfbc11a70d7d7f637ea99b7a5c7208f895 [file] [log] [blame]
#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
set -e
../../tools/build/compile5.sh action-swift-v4.2 HelloSwift4 swift4.2 "-v"
../../tools/build/compile5.sh action-swift-v4.2 HelloSwift4Codable swift4.2 "-v"
../../tools/build/compile5.sh action-swift-v4.2 SwiftyRequest swift4.2 "-v"
../../tools/build/compile5.sh action-swift-v4.2 SwiftyRequestCodable swift4.2 "-v"
../../tools/build/compile5.sh action-swift-v5.1 HelloSwift5 swift5.1 "-v"
../../tools/build/compile5.sh action-swift-v5.1 HelloSwift5Codable swift5.1 "-v"
../../tools/build/compile5.sh action-swift-v5.1 SwiftyRequest5 swift5.1 "-v"
../../tools/build/compile5.sh action-swift-v5.1 SwiftyRequestCodable5 swift5.1 "-v"
../../tools/build/compile5.sh action-swift-v5.3 HelloSwift5 swift5.3 "-v"
../../tools/build/compile5.sh action-swift-v5.3 HelloSwift5Codable swift5.3 "-v"
../../tools/build/compile5.sh action-swift-v5.3 SwiftyRequest5 swift5.3 "-v"
../../tools/build/compile5.sh action-swift-v5.3 SwiftyRequestCodable5 swift5.3 "-v"
../../tools/build/compile5.sh action-swift-v5.4 HelloSwift5 swift5.4 "-v"
../../tools/build/compile5.sh action-swift-v5.4 HelloSwift5Codable swift5.4 "-v"
../../tools/build/compile5.sh action-swift-v5.4 SwiftyRequest5 swift5.4 "-v"
../../tools/build/compile5.sh action-swift-v5.4 SwiftyRequestCodable5 swift5.4 "-v"