needs: [ buildMac, buildLinux, buildWindows ] steps: - name: Checkout uses: actions/checkout@v2.3.4 with: fetch-depth: 0 submodules: true - name: Download DLT Linux artifacts uses: actions/download-artifact@v2 with: name: DLT-Linux - name: Download DLT macOS artifacts uses: actions/do...
## DLT Viewer on Windows - [Installation](../windows/install.md) - for regular users - [Build and contribute](../windows/build.md) - for developers 10 changes: 6 additions & 4 deletions 10 scripts/linux/build.sh Original file line numberDiff line numberDiff line change @@ -47,7 +...
I am attaching a script which I use to download and install dlt-viewer on ubuntu. #! /usr/bin/env bash DLT_DIRECTORY=$(pwd) DLT_FOLDER="dlt-viewer" echo "pwd = $(pwd)" if [ "$#" -ne 1 ]; then echo "Path to dlt-viewer is not provided, using the current location for instal...
uses: actions/download-artifact@v3 with: name: DLT-Windows-sdk - run: | assetsZip=$(find . -name 'DLT*.zip' | xargs -I asset echo "-a asset" | xargs) VERSION=$(echo $VERSION | cut -d'/' -f3) tag_name="${GITHUB_REF##*/}" ...
Commits on Jan 17, 2024 Show XCode version hannesa2 committedJan 17, 2024 Merge pull requestCOVESA#410from hannesa2/MacOS13 hannesa2 authoredJan 17, 2024 XCode 15.2 on CI hannesa2 committedJan 17, 2024 MacOS 13 on CI hannesa2 committedJan 17, 2024 ...
uses: actions/download-artifact@v2 uses: actions/download-artifact@v3 with: name: DLT-Linux - name: Download DLT macOS artifacts uses: actions/download-artifact@v2 uses: actions/download-artifact@v3 with: name: DLT-Mac - name: Download DLT Windows parser artifacts uses: actions/download-artifact...
10 changes: 7 additions & 3 deletions 10 scripts/linux/README.md Original file line numberDiff line numberDiff line change @@ -1,7 +1,11 @@ ## DLT Viewer on Windows - [Installation](../windows/install.md) - for regular users - [Build and contribute](../windows/build.md) - ...
- Download and install "Qt SDK version 1.2" for Windows from http://qt.nokia.com/downloads - Download qextserialport (REL_1_1) from http://code.google.com/p/qextserialport/ - Save file <DLT-viewer-Root>/qextserialport/qextserialport.pro - Copy qextserialport (REL_1_1) into <...
Fix non-monotonic timestamps under Windows mbehr1authored and alexmucdecommittedOct 5, 2023 a09306e Remove Linefeeds and Cariage Returns in CSV Export of ECUId, AppId and CtxId. alexmucdecommittedOct 5, 2023 180bdf3 Fix also Timezone export for CSV and Jira. alexmucdecommittedOct 5...
version: 5.12.10 - name: Build ${{ matrix.task }} run: $env:WORKSPACE=$env:GITHUB_WORKSPACE; $env:QTDIR=$env:Qt5_DIR.Replace('/','\'); ./build_${{ matrix.task }}_windows_qt5_MSVC.bat #- name: Archive artifact # run: call cabDir.bat ./build/dist DLT-Windows-${{ matrix...