From 401a8927bc395aa4f885b7d1a26a15036652c33a Mon Sep 17 00:00:00 2001 From: david Date: Sun, 19 May 2024 09:55:17 +0200 Subject: [PATCH 1/4] Adding test build of Dockerfile_x64_86 to pull request pipeline --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index 27bce4f..a22785e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -165,6 +165,12 @@ steps: settings: dockerfile: Dockerfile +steps: +- name: warp4j x64 + <<: *default_build_option + settings: + dockerfile: Dockerfile_x64_86 + - name: *notification_name <<: *default_notification_option settings: -- 2.45.2 From 67fd83a11e91bf1209de69b004905ed626d71515 Mon Sep 17 00:00:00 2001 From: david Date: Sun, 19 May 2024 10:03:17 +0200 Subject: [PATCH 2/4] Adding docker x64 build to testing pipeline and fixing develope pipeline --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index a22785e..061e5d2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -119,6 +119,7 @@ trigger: branch: - *branch event: + - pull_request - custom --- -- 2.45.2 From 84f132742b931a0f622591245441c344203507c0 Mon Sep 17 00:00:00 2001 From: david Date: Sun, 19 May 2024 10:04:25 +0200 Subject: [PATCH 3/4] Fixing .drone.yml --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 061e5d2..3660d10 100644 --- a/.drone.yml +++ b/.drone.yml @@ -166,7 +166,6 @@ steps: settings: dockerfile: Dockerfile -steps: - name: warp4j x64 <<: *default_build_option settings: -- 2.45.2 From 065c993332595478506fba9aa23161d541f1a4d0 Mon Sep 17 00:00:00 2001 From: david Date: Sun, 19 May 2024 10:37:00 +0200 Subject: [PATCH 4/4] Fixing .drone.yml --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3660d10..22a4e0e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -56,7 +56,7 @@ trigger: branch: - *branch event: - - pull_request + - push - custom --- @@ -119,7 +119,7 @@ trigger: branch: - *branch event: - - pull_request + - push - custom --- -- 2.45.2