From 52fbe2ffd331c558ae09e95d974657721d066726 Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Fri, 14 Oct 2016 14:07:22 -0700 Subject: [PATCH] [infra] test expat build --- expat/Jenkinsfile-test | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 expat/Jenkinsfile-test diff --git a/expat/Jenkinsfile-test b/expat/Jenkinsfile-test new file mode 100644 index 000000000..e7f82a854 --- /dev/null +++ b/expat/Jenkinsfile-test @@ -0,0 +1,22 @@ +// Copyright 2016 Google Inc. +// +// 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-test.groovy', + 'https://github.com/google/oss-fuzz.git') + +libfuzzerBuild { + git = "git://git.code.sf.net/p/expat/code_git" +}