oss-fuzz/tpm2/Jenkinsfile

27 lines
997 B
Plaintext
Raw Normal View History

2016-09-21 02:36:12 +00:00
// Copyright 2016 Google Inc.
2016-09-21 02:34:50 +00:00
//
// Licensed 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.
//
////////////////////////////////////////////////////////////////////////////////
def libfuzzerBuild = fileLoader.fromGit(
'infra/libfuzzer-pipeline.groovy',
2016-10-11 21:35:33 +00:00
'https://github.com/google/oss-fuzz.git')
2016-09-21 02:36:12 +00:00
2016-09-21 02:34:50 +00:00
libfuzzerBuild {
2016-09-21 02:37:34 +00:00
git = "https://chromium.googlesource.com/chromiumos/third_party/tpm2/"
2016-10-14 23:32:00 +00:00
// tpm2/ will contain checkout
2016-10-14 23:29:28 +00:00
dockerfile = "tpm2/fuzz/Dockerfile"
2016-10-14 23:31:32 +00:00
dockerContextDir = "tpm2/"
2016-09-21 02:34:50 +00:00
}