Skip to content

Commit be069e7

Browse files
author
unknown
committed
1 parent 7f95c5b commit be069e7

File tree

2,991 files changed

+54
-216661
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,991 files changed

+54
-216661
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
version: 2
23

34
jobs:

.github/workflows/cache_vcpkg.yml

Lines changed: 0 additions & 109 deletions
This file was deleted.

.github/workflows/crossbow.yml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Licensed to the Apache Software Foundation (ASF) under one
2+
# or more contributor license agreements. See the NOTICE file
3+
# distributed with this work for additional information
4+
# regarding copyright ownership. The ASF licenses this file
5+
# to you under the Apache License, Version 2.0 (the
6+
# "License"); you may not use this file except in compliance
7+
# with the License. You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing,
12+
# software distributed under the License is distributed on an
13+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+
# KIND, either express or implied. See the License for the
15+
# specific language governing permissions and limitations
16+
# under the License.
17+
18+
19+
# NOTE: must set "Crossbow" as name to have the badge links working in the
20+
# github comment reports!
21+
name: Crossbow
22+
on:
23+
push:
24+
branches:
25+
- "*-github-*"
26+
27+
env:
28+
ARCHERY_DEBUG: 1
29+
30+
31+
jobs:
32+
test:
33+
name: C++ Example
34+
runs-on: ubuntu-latest
35+
steps:
36+
- name: Checkout Arrow
37+
uses: actions/checkout@v4
38+
with:
39+
fetch-depth: 1
40+
path: arrow
41+
repository: raulcd/arrow
42+
ref: 7240ca253191e6309e8335d0c190100f193bd4fe
43+
submodules: recursive
44+
45+
46+
- name: Run
47+
shell: bash
48+
run: |
49+
cd arrow/cpp/examples/tutorial_examples
50+
docker compose run --rm tutorial

.github/workflows/nightly_dashboard.yml

Lines changed: 0 additions & 93 deletions
This file was deleted.

.github/workflows/nightly_packaging_report.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/workflows/nightly_packaging_submit.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/workflows/nightly_release_report.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/workflows/nightly_release_submit.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/workflows/nightly_tests_report.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)