Quellcode durchsuchen

Update

tags/v0.0.61
Peter Vivell vor 6 Jahren
Ursprung
Commit
e564d238ca
2 geänderte Dateien mit 4 neuen und 3 gelöschten Zeilen
  1. 3
    3
      RELEASE.md
  2. 1
    0
      drone.yml

+ 3
- 3
RELEASE.md Datei anzeigen

@@ -1,10 +1,10 @@
1 1
 ### Features and Improvements
2
-* Binaries for Debian 9 and Ubuntu 18.04 LTS.
3
-* Binary archives for root file system.
2
+* Binaries for linux: amd64 arm64 armel armhf i386 mips mips64el mipsel powerpc ppc64el s390x.
3
+* Binary archives for Debian 9 and Ubuntu 18.04 LTS.
4 4
 
5 5
 ### Changes and Fixes
6 6
 * Make system with GNU Make.
7
-* Build system from Dockerfile.
7
+* Crosstoolchain build system with Drone CI/CD and Dockerfile/Registry.
8 8
 
9 9
 ### Contributions
10 10
 * The two most powerful warriors are patience and time.

+ 1
- 0
drone.yml Datei anzeigen

@@ -56,6 +56,7 @@ steps:
56 56
     BUILD_ARCH: amd64 armhf # amd64 arm64 armel armhf i386 mips mips64el mipsel powerpc ppc64el s390x
57 57
   commands:
58 58
     # DEB_BUILD_ARCH DEB_HOST_ARCH TARGET=armhf
59
+    # addr2line ar as c++filt cpp cpp-6 dwp elfedit g++ g++-6 gcc gcc-6 gcc-ar gcc-ar-6 gcc-nm gcc-nm-6 gcc-ranlib gcc-ranlib-6 gcov gcov-6 gcov-dump gcov-dump-6 gcov-tool gcov-tool-6 gprof ld ld.bfd ld.gold nm objcopy objdump ranlib readelf size strings strip 
59 60
     - PKG_NAME="${DRONE_REPO_NAME}" &&
60 61
       PKG_VERSION="$(git describe --always)" &&
61 62
       PKG_BUILDHOST_ARCH="amd64" &&

Laden…
Abbrechen
Speichern